home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / easy452.zip / EE.TXT < prev    next >
Text File  |  1991-08-13  |  94KB  |  3,135 lines

  1. @10
  2.  
  3. &TOP OF FILE
  4.  
  5.     Keystroke sequence:   10
  6. )    Alternate keystrokes: 10
  7.  
  8. The cursor is moved to the first character in the
  9. file.
  10. @11
  11.  
  12. &BOTTOM OF FILE
  13.  
  14.     Keystroke sequence:   11
  15. )    Alternate keystrokes: 11
  16.  
  17. The cursor is moved past the last character in
  18. the file.
  19. @18
  20.  
  21. &GO TO LINE NUMBER
  22.  
  23.     Keystroke sequence:   18
  24. )    Alternate keystrokes: 18
  25.  
  26. The cursor will be repositioned to the specified
  27. line number of the current window. A prompt box
  28. will request the target line number. Enter any
  29. number from 1 to 32767. If the value is preceded
  30. by a plus (+) or minus (-) sign, the target line
  31. number will be calculated relative to the current
  32. line. Page numbers are ignored and the absolute
  33. line number is used.
  34. @19
  35.  
  36. &GO TO COLUMN NUMBER
  37.  
  38.     Keystroke sequence:   19
  39. )    Alternate keystrokes: 19
  40.  
  41. The cursor will be repositioned to the specified
  42. column number of the current line. A prompt box
  43. will request the target column number. Enter any
  44. number from 1 to 999. If the value is preceded
  45. by a plus (+) or minus (-) sign, the target
  46. column number will be calculated relative to the
  47. current column.
  48. @20
  49.  
  50. &GO TO WINDOW
  51.  
  52.     Keystroke sequence:   20
  53. )    Alternate keystrokes: 20
  54.  
  55. The cursor will be moved to the its previous position
  56. in another window on the screen. If only one
  57. window is available, nothing will happen.
  58. Otherwise a menu will appear, showing the
  59. available windows, and the files currently in
  60. each one. Select one of these choices by moving
  61. the selection bar or by pressing the number of
  62. the desired window. Of course, you can use the
  63. mouse as well.
  64. @22
  65.  
  66. &UNDO LAST DELETION
  67.  
  68.     Keystroke sequence:   22
  69. )    Alternate keystrokes: 22
  70.  
  71. The line of text most recently deleted will be
  72. inserted into the current text stream at the
  73. cursor position. Note that this applies only to
  74. complete lines of text, and not to character or
  75. word deletions. By default, 20 lines of deleted
  76. text are stored for possible undeletion. The undo
  77. limit can be adjusted via the <F10>OLU command.
  78. @23
  79.  
  80. &RESTORE LINE
  81.  
  82.     Keystroke sequence:   23
  83. )    Alternate keystrokes: 23
  84.  
  85. The current line of text will be restored to its
  86. appearance just prior to when the cursor was
  87. moved onto the line. The cursor position will
  88. also be restored to the value when it entered the
  89. line. This command does NOT work if the cursor
  90. has moved off the line in question.
  91. @34
  92.  
  93. &SEARCH FOR PATTERN
  94.  
  95.     Keystroke sequence:   34
  96. )    Alternate keystrokes: 34
  97.  
  98. The current window will be searched to find a
  99. specified sequence of text. When the pattern is
  100. found, the cursor will be positioned at the
  101. beginning of the pattern, and the matched text
  102. highlighted until the next keystroke.
  103.  
  104. A prompt box will allow entry of the text
  105. pattern and search options. Enter any text or
  106. control characters just as they would be typed in
  107. the body of the file.
  108. ]
  109.  
  110. Search options control the behavior of the
  111. search. The following options are available:
  112.  
  113.  U - ignore case (Upper-case) while searching
  114. ) B - search Backwards from the cursor position.
  115. ) W - search for whole Words only.
  116. ) G - search Globally, starting at the beginning
  117. of the file (or end,
  118. )     if searching backwards).
  119. ) L - search Locally (only within marked block).
  120. ) n - search for the nth occurrence of the string
  121.  (n is an integer).
  122. ) (n)  - The string must begin in column 'n'.
  123. ) (+n) - The string must start at or after column
  124. 'n'.
  125. ) (-n) - The string must start at or before column
  126. 'n'.
  127.  
  128. ]
  129.  
  130. Enter the following sequence of keystrokes to
  131. search for the end of each text line:
  132. <CtrlP><CtrlM><CtrlP><CtrlJ>. This sequence
  133. enters Carriage return/Line feed into the search
  134. pattern.
  135.  
  136. Note that each pattern must be found within a
  137. single line. No match may span multiple lines.
  138. @35
  139.  
  140. &SEARCH AND REPLACE
  141.  
  142.     Keystroke sequence:   35
  143. )    Alternate keystrokes: 35
  144.  
  145. The current window will be searched for a
  146. specified sequence of text. When the pattern is
  147. found, it will be replaced with another specified
  148. text sequence.
  149.  
  150. A prompt box will allow entry of the search
  151. text, replacement text, and search options. Enter
  152. any text or control characters just as they would
  153. be typed in the body of the file.
  154. ]
  155.  
  156. Search options control the behavior of the
  157. search. The following options are available:
  158.  
  159.  U - ignore case (Upper-case) while searching
  160. ) B - search Backwards from the cursor position.
  161. ) W - search for whole Words only.
  162. ) G - search Globally, starting at the extreme end of the file.
  163. ) L - search Locally (only within marked block).
  164. ) N - do Not prompt for confirmation when the pattern is found.
  165. ) n - replace n occurrences of the string (n is an integer).
  166. ) (n)  - The string must begin in column 'n'.
  167. ) (+n) - The string must start at or after column
  168. 'n'.
  169. ) (-n) - The string must start at or before column
  170. 'n'.
  171.  
  172. ]
  173.  
  174. If the N option is not specified, a prompt will
  175. occur each time the search pattern is found. This
  176. prompt will provide the following options:
  177.  
  178.  Y - replace this text and continue searching.
  179. ) N - do Not replace, but continue searching.
  180. ) A - replace this text and replace All others
  181. )     without prompting.
  182. ) Q - do not replace, and Quit searching.
  183. ]
  184.  
  185. Enter the following sequence of keystrokes to
  186. search for the end of each text line:
  187. <CtrlP><CtrlM><CtrlP><CtrlJ>. This sequence
  188. enters Carriage return/Line feed into the search
  189. pattern.
  190. @36
  191.  
  192. &SEARCH AND USE MACRO
  193.  
  194.     Keystroke sequence:   36
  195. )    Alternate keystrokes: 36
  196.  
  197. The current window will be searched for a
  198. specified sequence of text. When the pattern is
  199. found, the cursor will be repositioned to that
  200. location, and a specified macro will be played
  201. back.
  202. ]
  203.  
  204. A prompt box will allow entry of the search
  205. text, macro selection, and search options. Enter
  206. any text or control characters just as they would
  207. be typed in the body of the file. The macro must
  208. have been defined prior to using the search and
  209. apply macro command.
  210. ]
  211.  
  212. Search options control the behavior of the
  213. search. The following options are available:
  214.  
  215.  U - ignore case (Upper-case) while searching
  216. ) B - search Backwards from the cursor position.
  217. ) W - search for whole Words only.
  218. ) G - search Globally, starting at the extreme end of the file.
  219. ) L - search Locally (only within marked block).
  220. ) N - do Not prompt for confirmation when the pattern is found.
  221. ) n - apply macro for n occurrences of the search string
  222. )     (n is an integer).
  223. ) (n)  - The string must begin in column 'n'.
  224. ) (+n) - The string must start at or after column
  225. 'n'.
  226. ) (-n) - The string must start at or before column
  227. 'n'.
  228. ]
  229.  
  230. If the N option is not specified, a prompt will
  231. occur each time the search pattern is found. This
  232. prompt will provide the following options:
  233.  
  234.  Y - apply macro and continue searching.
  235. ) N - do Not apply macro, but continue searching.
  236. ) A - apply macro and apply at All matches
  237. )     without prompting.
  238. ) Q - do not apply macro, and Quit searching.
  239. ]
  240.  
  241. Enter the following sequence of keystrokes to
  242. search for the end of each text line:
  243. <CtrlP><CtrlM><CtrlP><CtrlJ>. This sequence
  244. enters Carriage return/Line feed into the search
  245. pattern.
  246. @37
  247.  
  248. &SEARCH AGAIN
  249.  
  250.     Keystroke sequence:   37
  251. )    Alternate keystrokes: 37
  252.  
  253. The previous search operation will be repeated.
  254. This will repeat a plain search, a search and
  255. replace, or a search and apply macro command.
  256. @38
  257.  
  258. &OPERATING SYSTEM
  259.  
  260.     Keystroke sequence:   38
  261. )    Alternate keystrokes: 38
  262.  
  263. Any DOS command or program may be executed. A
  264. prompt box will ask for the name of the command
  265. or program to run. Entering an empty line at the
  266. prompt box will cause a DOS shell to be invoked.
  267. You may execute any sequence of DOS commands from
  268. the shell, and finally return to the editor by
  269. typing Exit.
  270. ]
  271.  
  272. The DOS shell requires that a copy of COMMAND.COM
  273. be present in the normal drive and directory
  274. assigned by DOS. Sufficient random-access memory
  275. must be available for the shell and any command
  276. that you specify.
  277.  
  278. Do not execute any program that becomes memory
  279. resident (a TSR) while within the DOS shell.
  280. @39
  281.  
  282. &BACKWARD TAB
  283.  
  284.     Keystroke sequence:   39
  285. )    Alternate keystrokes: 39
  286.  
  287. The cursor will be moved to the next tab left of
  288. the current position. This command is available
  289. only in fixed tab mode.
  290. @40
  291.  
  292. &EDIT ANOTHER FILE
  293.  
  294.     Keystroke sequence:   40
  295. )    Alternate keystrokes: 40
  296.  
  297. The current window will be cleared, and a prompt
  298. box will ask for the name of another file to
  299. edit. If the current window already holds a file
  300. that has been modified, you will be given the
  301. opportunity to save it.
  302. ]
  303.  
  304. When prompted for a file name, you may enter DOS
  305. wildcards or the name of another drive or
  306. subdirectory. In this case, another window will
  307. display the names of all matching files. You can
  308. select from this list by using the cursor keypad,
  309. or by pressing the first letter of the filename
  310. in which you are interested.
  311.  
  312. By entering an empty line for the file name, you
  313. can edit a file without specifying a name for it.
  314. A name can be specified later when you want to
  315. write it out to disk.
  316. @41
  317.  
  318. &FILE QUIT
  319.  
  320.     Keystroke sequence:   41
  321. )    Alternate keystrokes: 41
  322.  
  323. The editing session will end and you will return
  324. to DOS. If any windows have been modified, prompt
  325. boxes will appear and you will be given the
  326. opportunity to save each modified file. If you
  327. type <Esc> at any of the prompt boxes, the FILE
  328. QUIT command will be interrupted and you will
  329. return to the current text window.
  330. @42
  331.  
  332. &READ BLOCK FROM FILE
  333.  
  334.     Keystroke sequence:   42
  335. )    Alternate keystrokes: 42
  336.  
  337. A prompt box will ask for the name of a file to
  338. read. This file will be read into the current
  339. window, starting at the current cursor position.
  340. The newly read text will be marked as a block.
  341. ]
  342.  
  343. When prompted for a file name, you may enter DOS
  344. wildcards or the name of another drive or
  345. subdirectory. In this case, another window will
  346. display the names of all matching files. You can
  347. select from this list by using the cursor keypad,
  348. or by pressing the first letter of the filename
  349. in which you are interested.
  350. @43
  351.  
  352. &SAVE AND CONTINUE EDIT
  353.  
  354.     Keystroke sequence:   43
  355. )    Alternate keystrokes: 43
  356.  
  357. The contents of the current window will be saved
  358. to disk, using a file name the same as when the
  359. file was first read. If the file has not been
  360. named, a prompt box will ask for a new name. If
  361. the disk file already exists, a backup copy will
  362. be made before overwriting the existing version.
  363. The cursor will remain in place after the file is
  364. written to disk.
  365. @44
  366.  
  367. &WRITE BLOCK TO FILE
  368.  
  369.     Keystroke sequence:   44
  370. )    Alternate keystrokes: 44
  371.  
  372. The currently marked block will be written to a
  373. disk file. If no block is marked, an error
  374. message will be produced. If the disk file
  375. already exists, you will be given the choice of
  376. overwriting it or appending to it.
  377. @45
  378.  
  379. &SAVE FILE AND EXIT
  380.  
  381.     Keystroke sequence:   43
  382. )    Alternate keystrokes: 43
  383.  
  384. The contents of the current window will be saved
  385. to disk, using a file name the same as when the
  386. file was first read. If the file has not been
  387. named, a prompt box will ask for a new name. If
  388. the disk file already exists, a backup copy will
  389. be made before overwriting the existing version.
  390. When the file has been saved, EasyEdit will exit
  391. back to DOS (or the program which called it).
  392. @46
  393.  
  394. &FILE OPEN
  395.  
  396.     Keystroke sequence:   46
  397. )    Alternate keystrokes: 46
  398.  
  399. A prompt box will ask for the name of a new file
  400. to read. If another file is already being edited,
  401. the current window will be split in half, and the
  402. new file will be read into the new window.
  403.  
  404. By specifying a file name that matches an
  405. existing window, you may look at two regions of
  406. the same file. Changes made in one window will
  407. affect all other windows which contain the same
  408. file.
  409. ]
  410.  
  411. When prompted for a file name, you may enter DOS
  412. wildcards or the name of another drive or
  413. subdirectory. In this case, another window will
  414. display the names of all matching files. You can
  415. select from this list by using the cursor keypad,
  416. or by pressing the first letter of the filename
  417. in which you are interested.
  418.  
  419. By entering an empty line for the file name, you
  420. can edit a file without specifying a name for it.
  421. A name can be specified later when you want to
  422. write it out to disk.
  423. @47
  424.  
  425. &RESIZE WINDOW
  426.  
  427.     Keystroke sequence:   47
  428. )    Alternate keystrokes: 47
  429.  
  430. Use this command to change the height of the
  431. current window. The up and down arrow keys or the
  432. mouse will move the window dividing lines. Press
  433. <Enter> when the window has the desired size.
  434. @48
  435.  
  436. &SAVE/SWITCH FILES
  437.  
  438.     Keystroke sequence:   48
  439. )    Alternate keystrokes: 48
  440.  
  441. The file in the current window will be stored to
  442. disk. A prompt box will then ask for the name of
  443. another file to edit. The new file will be read
  444. into the current window. All window sizes will
  445. remain the same.
  446. ]
  447.  
  448. When prompted for a file name, you may enter DOS
  449. wildcards or the name of another drive or
  450. subdirectory. In this case, another window will
  451. display the names of all matching files. You can
  452. select from this list by using the cursor keypad,
  453. or by pressing the first letter of the filename
  454. in which you are interested.
  455.  
  456. By entering an empty line for the file name, you
  457. can edit a file without specifying a name for it.
  458. A name can be specified later when you want to
  459. write it out to disk.
  460. @49
  461.  
  462. &NEXT WINDOW
  463.  
  464.     Keystroke sequence:   49
  465. )    Alternate keystrokes: 49
  466.  
  467. The cursor will be moved to the current position
  468. in the next window down on the screen. If the
  469. cursor is already in the lowest window, it will
  470. move to the topmost window. If there is only one
  471. window, nothing will happen.
  472. @51
  473.  
  474. &ZOOM WINDOW
  475.  
  476.     Keystroke sequence:   51
  477. )    Alternate keystrokes: 51
  478.  
  479. The current window will grow to fill the screen.
  480. Other text windows are kept in memory, but are
  481. not visible until zoom is toggled off. The Next
  482. window and Previous window commands will bring
  483. each window to the forefront in succession. Text
  484. markers and blocks may be accessed as usual in
  485. the hidden windows. The only exception is block
  486. delete: a block will not be deleted from a hidden
  487. window.
  488. ]
  489.  
  490. When zoom is active, a letter Z will appear at the
  491. left edge of the window status line. Toggling
  492. the zoom command again will make all windows
  493. visible.
  494. @52
  495.  
  496. &BLOCK BEGIN
  497.  
  498.     Keystroke sequence:   52
  499. )    Alternate keystrokes: 52
  500.  
  501. The cursor position will become the start of a
  502. marked block. Holding the left mouse button and
  503. dragging the cursor will set the BLOCK START
  504. where the drag started and the BLOCK END where
  505. you release the left mouse button.
  506. @53
  507.  
  508. &BLOCK END
  509.  
  510.     Keystroke sequence:   53
  511. )    Alternate keystrokes: 53
  512.  
  513. The cursor position will become the end of a
  514. marked block.Holding the left mouse button and
  515. dragging the cursor will set the BLOCK START
  516. where the drag started and the BLOCK END where
  517. you release the left mouse button.
  518. @54
  519.  
  520. &START OF BLOCK
  521.  
  522.     Keystroke sequence:   54
  523. )    Alternate keystrokes: 54
  524.  
  525. The cursor will be moved to the start of the
  526. current block, whether it is visible or not.
  527. @55
  528.  
  529. &END OF BLOCK
  530.  
  531.     Keystroke sequence:   55
  532. )    Alternate keystrokes: 55
  533.  
  534. The cursor will be moved to the end of the marked
  535. block, whether it is visible or not.
  536. @56
  537.  
  538. &BLOCK COPY
  539.  
  540.     Keystroke sequence:   56
  541. )    Alternate keystrokes: 56
  542.  
  543. A copy of the marked block will be inserted before
  544. the current cursor position. If in Block Column
  545. mode, the column of text is copied in overstrike
  546. mode to the current cursor position. Beware of
  547. 'overlapping with the original text.
  548. @57
  549.  
  550. &BLOCK MOVE
  551.  
  552.     Keystroke sequence:   57
  553. )    Alternate keystrokes: 57
  554.  
  555. The marked block will be removed from its current
  556. location and inserted before the current cursor
  557. position. If in Block Column mode, nothing
  558. happens.
  559. @58
  560.  
  561. &BLOCK DELETE
  562.  
  563.     Keystroke sequence:   58
  564. )    Alternate keystrokes: 58
  565.  
  566. The marked block will be deleted from the text
  567. stream. If the block spans more than one line,
  568. the deleted lines may be recovered via the
  569. Undelete command unless you are in Block Column
  570. mode in which case, the deletion is permanent.
  571. @59
  572.  
  573. &HIDE BLOCK
  574.  
  575.     Keystroke sequence:   59
  576. )    Alternate keystrokes: 59
  577.  
  578. The on-screen highlighting of the marked block is
  579. toggled off, deleting the block markers . Blocks
  580. can be copied, moved, or deleted only when the
  581. block is visibly marked.
  582.  
  583. @82
  584.  
  585. &LOAD MACROS FROM DISK
  586.  
  587.     Keystroke sequence:   82
  588. )    Alternate keystrokes: 82
  589.  
  590. A previously stored file of EasyEdit keyboard
  591. macros is loaded into memory. The macro file is a
  592. binary file in a special format used by
  593. EasyEdit. Macros may be recorded, edited, and
  594. stored to disk from within EasyEdit. Each macro
  595. file contains ten macros, each of which may hold
  596. up to 255 keystrokes. EasyEdit automatically
  597. loads the macro file EE.MAC, if found, when the
  598. program is started unless overridden by the
  599. initialisation file or a command line switch.
  600. @83
  601.  
  602. &STORE MACROS TO DISK
  603.  
  604.     Keystroke sequence:   83
  605. )    Alternate keystrokes: 83
  606.  
  607. The current set of EasyEdit keyboard macros is
  608. written to a disk file. A prompt box will ask for
  609. a file name. The macro file is a binary file in a
  610. special format used by EasyEdit. Macros may be
  611. recorded, edited, and stored to disk from within
  612. EasyEdit. Each macro file contains ten macros,
  613. each of which may hold up to 255 keystrokes.
  614. EasyEdit automatically loads the macro file
  615. EE.MAC, if found, when the program is started unless
  616. overridden by the initialisation file or a command line
  617. switch.
  618. @84
  619.  
  620. &TOGGLE MACRO RECORD
  621.  
  622.     Keystroke sequence:   84
  623. )    Alternate keystrokes: 84
  624.  
  625. Any keystrokes entered after this command is
  626. activated are stored within a keyboard macro,
  627. which may be edited and later played back within
  628. EasyEdit. To stop macro recording, enter this
  629. command a second time. A prompt box will ask for
  630. which of the ten macros should store the newly
  631. recorded one, and for a descriptive name for the
  632. macro.
  633.  
  634. Each macro can hold up to 255 keystrokes. Macros
  635. can play back other macros. Macros are played
  636. back by pressing one of the installed keystroke
  637. combinations, or by choosing the Utility Macro
  638. Playback option from the menu system.
  639. ]
  640.  
  641. One of the macros is somewhat special. This
  642. macro is called the "scrap". Whenever a new macro
  643. is recorded, it writes over the scrap macro. The
  644. current scrap macro can be played back once or
  645. many times using other macro commands.
  646. @104
  647.  
  648. &GET INFORMATION
  649.  
  650.     Keystroke sequence:   104
  651. )    Alternate keystrokes: 104
  652.  
  653. Various facts about EasyEdit and the current
  654. file are displayed. Information shown includes
  655. the complete path name of the current file; its
  656. size in bytes, words, lines, and pages; whether
  657. it has been modified since last disk save; the
  658. time and date; available RAM and disk space; the
  659. current directory; and the DOS and EasyEdit
  660. version numbers.
  661.  
  662. Some of the statistics that EasyEdit presents
  663. take a while to compute. By pressing any key while
  664. the Get Info window is being updated, you can
  665. "short-circuit" the computation of some items.
  666. @105
  667.  
  668. &SHOW MEMORY
  669.  
  670.     Keystroke sequence:   105
  671. )    Alternate keystrokes: 105
  672.  
  673. Just shows the amount of memory left for editing.
  674. As a rough guide, you should add 3 bytes per line
  675. in addition to the number of characters, to
  676. calculate how many lines you can have.
  677.  
  678. @106
  679.  
  680. &TOGGLE INSERT MODE
  681.  
  682.     Keystroke sequence:   106
  683. )    Alternate keystrokes: 106
  684.  
  685. When insert mode is active, newly typed text is
  686. inserted into the current text line, pushing
  687. characters to the right of the cursor aside to
  688. make room. When insert mode is off, newly typed
  689. text overwrites existing text. Many commands,
  690. such as block copy and insert line, operate in
  691. insert mode independent of the setting of this
  692. toggle.
  693. @107
  694.  
  695. &TOGGLE AUTOINDENT MODE
  696.  
  697.     Keystroke sequence:   107
  698. )    Alternate keystrokes: 107
  699.  
  700. When autoindent mode is active and the <Enter>
  701. key is pressed, the new line of text will be
  702. indented the same number of spaces as the line
  703. immediately above it. The setting of this toggle
  704. also affects the operation of the paragraph
  705. reformatting command.
  706. @108
  707.  
  708. &TOGGLE CASE
  709.  
  710.     Keystroke sequence:   108
  711. )    Alternate keystrokes: 108
  712.  
  713. The case of the character at the cursor location
  714. will be toggled from upper to lower, or from
  715. lower to upper. If a block is marked and visible,
  716. and the cursor is anywhere within the marked
  717. block, the command will toggle the case of the
  718. entire block.
  719. @109
  720.  
  721. &LOWER CASE
  722.  
  723.     Keystroke sequence:   109
  724. )    Alternate keystrokes: 109
  725.  
  726. The case of the character at the cursor location
  727. will be set to lower-case. If a block is marked
  728. and visible, and the cursor is anywhere within
  729. the marked block, the command will change the
  730. case of the entire block.
  731. @110
  732.  
  733. &UPPER CASE
  734.  
  735.     Keystroke sequence:   110
  736. )    Alternate keystrokes: 110
  737.  
  738. The case of the character at the cursor location
  739. will be set to upper-case. If a block is marked
  740. and visible, and the cursor is somewhere within
  741. the marked block, the command will change the
  742. case of the entire block.
  743. @111
  744.  
  745. &SET RIGHT MARGIN
  746.  
  747.     Keystroke sequence:   111
  748. )    Alternate keystrokes: 111
  749.  
  750. A prompt box will ask for a new value for the
  751. right margin. Entering an empty prompt string will
  752. set the right margin to the current cursor column.
  753. The right margin is used only when Word Wrap mode
  754. is active. When that is so, text entered in a
  755. column beyond the right margin will automatically
  756. be wrapped to the next line. Paragraph formatting
  757. will move words so that lines are as full as
  758. possible within, but not exceeding, the right
  759. margin.
  760. @112
  761.  
  762. &FORMAT PARAGRAPH
  763.  
  764.     Keystroke sequence:   112
  765. )    Alternate keystrokes: 112
  766.  
  767. Format paragraph is available only when Word
  768. Wrap mode is active. Paragraph reformatting will
  769. move words so that lines are as full as possible
  770. within, but not exceeding, the current left and
  771. right margins. If Justify mode is active, the
  772. lines will also be evenly filled with spaces so
  773. that the rightmost word ends on the right margin.
  774.  
  775. The paragraph reformat is terminated when a blank
  776. line, or a line beginning with a format character
  777. (@), is reached.
  778. @113
  779.  
  780. &TOGGLE WORD WRAP
  781.  
  782.     Keystroke sequence:   113
  783. )    Alternate keystrokes: 113
  784.  
  785. When Word Wrap mode is active, paragraph
  786. reformatting and automatic word wrap are
  787. available. Otherwise, left and right margin
  788. settings are ignored, and text may be entered in
  789. any column up to the maximum line length.
  790. @114
  791.  
  792. &SET LEFT MARGIN
  793.  
  794.     Keystroke sequence:   114
  795. )    Alternate keystrokes: 114
  796.  
  797. A prompt box will ask for a new value for the
  798. left margin. Entering an empty prompt string will
  799. set the left margin to the current cursor column.
  800.  
  801. When Word Wrap mode is active, the left margin
  802. controls the leftmost position where text may be
  803. entered. The left margin also controls the
  804. operation of the paragraph formatting command.
  805.  
  806. The left and right margins can be made visible by
  807. toggling the Tab Line Display.
  808.  
  809. Print formatting commands require that the
  810. format character (@) be located in column 1 even
  811. if the left margin is set to a number greater
  812. than one. To achieve this, enter the format
  813. command starting at the left margin, move the
  814. cursor to column 1 with the Left of Line command,
  815. and delete the intervening spaces via Delete
  816. Word. Alternatively, activate the Margin Release
  817. command while the format command is entered.
  818. @115
  819.  
  820. &DISPLAY TABS
  821.  
  822.     Keystroke sequence:   115
  823. )    Alternate keystrokes: 115
  824.  
  825. Toggling Display Tabs ON reserves one line of the
  826. current window for display of tab settings and
  827. margins. The tabs and margins can be active
  828. whether or not the tab line is visible.
  829. @116
  830.  
  831. &INSERT UNDO BUFFER
  832.  
  833.     Keystroke sequence:   116
  834. )    Alternate keystrokes: 116
  835.  
  836. The entire contents of the undo buffer are
  837. inserted into the current text stream, prior to
  838. the current line. This empties the undo buffer,
  839. that is, the operation can be used only once for
  840. any set of deletions.
  841. @117
  842.  
  843. &TOGGLE JUSTIFY
  844.  
  845.     Keystroke sequence:   117
  846. )    Alternate keystrokes: 117
  847.  
  848. When Justify is active, word wrap and paragraph
  849. reformat operations will cause each line to be
  850. filled in with spaces such that the rightmost
  851. non-blank character is exactly on the right
  852. margin.
  853. ]
  854.  
  855. By toggling Justify off, and reformatting lines
  856. or paragraphs, the additional blanks will be
  857. automatically removed from the text. Note that
  858. blanks manually inserted (via the Tab command,
  859. etc.) will also be removed, unless the Compress
  860. Wrap mode is turned off.
  861.  
  862. EasyEdit does not differentiate between "soft"
  863. blanks added during justification and "hard"
  864. blanks manually entered. However, the character
  865. <CtrlO> may be used in place of a normal blank
  866. when non-changing spaces are desired. The <CtrlO>
  867. will be printed as a normal space. To enter a
  868. <CtrlO> in the text stream, press 25<CtrlO>.
  869. @118
  870.  
  871. &TOGGLE PAGE BREAKS
  872.  
  873.     Keystroke sequence:   118
  874. )    Alternate keystrokes: 118
  875.  
  876. When pagination is activated, the left two
  877. columns of the text window will be devoted to
  878. showing page breaks. The characters »» in those
  879. columns indicate that the corresponding line is
  880. the first printing text line on its page.
  881.  
  882. In addition, the status line for the window will
  883. indicate what page number the cursor is on. The
  884. Jump to Page command is available only when
  885. pagination is activated.
  886. ]
  887.  
  888. EasyEdit calculates page numbers while it is
  889. waiting for you to enter keystrokes. As a result,
  890. if you enter new text it may take a short period
  891. of time before the page break markers are redrawn
  892. at their new positions.
  893.  
  894. Although the page breaks displayed on screen
  895. correspond to those in a printout of the
  896. document, EasyEdit does not store any special
  897. characters in the disk file. Page breaks are
  898. recomputed each time the file is read into
  899. EasyEdit.
  900.  
  901. Pagination can be precisely controlled via the
  902. formatting commands. See the help section for
  903. File Print Formatting.
  904. @119
  905.  
  906. &TOGGLE FONT DISPLAY
  907.  
  908.     Keystroke sequence:   119
  909. )    Alternate keystrokes: 119
  910.  
  911. When Font Display is enabled, print formatting
  912. commands that control font selections will not
  913. be displayed on-screen. Instead the marked text
  914. will be displayed in a colour or attribute
  915. corresponding to the font. This "what you see is
  916. what you get" mode allows more accurate alignment
  917. of tables, and avoids multiple print cycles to
  918. correct formatting commands.
  919.  
  920. The screen colours for each font may be adjusted on
  921. the Options Colours menu.
  922.  
  923. When font display is enabled, the control
  924. characters that select the fonts are not visible.
  925. However, the cursor can be positioned over the
  926. control character, and it can be deleted if
  927. desired. The EasyEdit hardware cursor grows to a
  928. large block when it is positioned over the
  929. control character. The value of the control
  930. character will be displayed at the right hand
  931. edge of the window status line when the cursor is
  932. positioned over it.
  933.  
  934. EasyEdit computes the display of on-screen fonts
  935. while it is waiting for you to enter keystrokes.
  936. As a result, if you enter new text it may take a
  937. short period of time before control characters
  938. disappear and fonts are drawn in their final
  939. colours.
  940. @120
  941.  
  942. &CENTRE LINE
  943.  
  944.     Keystroke sequence:   120
  945. )    Alternate keystrokes: 120
  946.  
  947. The current line will be centred between the
  948. left and right margins. This command is active
  949. only when Word Wrap mode is on.
  950. @121
  951.  
  952. &SET COLOURS
  953.  
  954.     Keystroke sequence:   121
  955. )    Alternate keystrokes: 121
  956.  
  957. All of the editor colours can be customized to
  958. your liking. Independent colour settings are
  959. available for normal text, block marked text,
  960. window status lines, the prompt line at the top
  961. of the screen, text in menus and prompt boxes,
  962. menu frames, the highlighted character by which
  963. each menu item may be selected, the currently
  964. selected menu item, the block cursor (when
  965. active), and each of the seven selectable fonts.
  966. [It looks super in VGA colour]
  967. ]
  968.  
  969. The colours that you select are saved with
  970. EasyEdit when you execute the Options Save
  971. setup command. In addition, they are stored in a
  972. separate file, EECOLORF.ILE, so that network
  973. users can use one copy of EasyEdit but with their
  974. own colour setups.
  975. @122
  976.  
  977. &SAVE SETUP
  978.  
  979.     Keystroke sequence:   122
  980. )    Alternate keystrokes: 122
  981.  
  982. The toggles, settings, colours, and options are
  983. stored as EasyEdit defaults when this command is
  984. executed. EE.EXE must be present in the default
  985. directory or in the installed home directory.
  986. @123
  987.  
  988. &PRINT FILE
  989.  
  990.     Keystroke sequence:   123
  991. )    Alternate keystrokes: 123
  992.  
  993. Any text file can be printed from within
  994. EasyEdit. Files formatted with EasyEdit's page
  995. layout commands and font controls will print with
  996. multiple fonts, headers, footers, and page breaks.
  997.  
  998. Do not press <Enter> on the first menu selection,
  999. Print file now, until the other items in the box
  1000. have been set to your satisfaction. Selecting the
  1001. first item starts the print job.
  1002.  
  1003. After you select the second menu item, Name of
  1004. file, a prompt box will request entry of the name
  1005. of the file to print. When prompted for a file
  1006. name, you may enter DOS wildcards or the name of
  1007. another drive or subdirectory. In this case,
  1008. another window will display the names of all
  1009. matching files. You can select from this list by
  1010. using the cursor keypad, or by pressing the first
  1011. letter of the filename in which you are
  1012. interested.
  1013.  
  1014. If you wish to print a file that is currently
  1015. loaded in memory, be sure to save any recent
  1016. changes to disk before trying to print it. If you
  1017. attempt to print a file that has unsaved changes,
  1018. EasyEdit will produce an error message.
  1019.  
  1020. Select from any of the available printer
  1021. definition files (default extension .PDF) to find
  1022. one that is appropriate for your printer. You can
  1023. change to another file and use Options Save setup
  1024. to regularly use that file.
  1025.  
  1026. You can also choose between sending the printed output
  1027. to LPT1, LPT2, LPT3, COM1, COM2 or to a file. The LPT
  1028. and COM labels refer to the computer port where your
  1029. printer is attached. If the printer is attached to a
  1030. serial port, you must use the DOS MODE command in order
  1031. to set up the correct baud rate and other parameters
  1032. for that particular port. Your choice between LPT/COM
  1033. will be saved with EasyEdit when you Save Setup.
  1034.  
  1035. When output is printed to a file, all control
  1036. codes are written out just as when they are
  1037. printed. In this case, you must also specify the
  1038. name of the output file using the prompt window.
  1039.  
  1040. EasyEdit can print multiple copies of your file
  1041. to a printer. Change the number of copies by
  1042. selecting the Copies option. If you are
  1043. printing to a file, this option is ignored and
  1044. one copy only is printed.
  1045.  
  1046. You can modify the left offset by changing the
  1047. Offset option. All text will be moved to the
  1048. right by the appropriate amount.
  1049.  
  1050. You can select odd or even pages to print with the
  1051. Both, Odd or Even option.
  1052.  
  1053. Set Auto formatting OFF if you wish to have
  1054. EasyEdit ignore formatting commands (@ commands)
  1055. in your text. In this case, text will print
  1056. continuously with no form feeds or page breaks.
  1057. Control codes embedded in the text will be
  1058. written to the output without interpretation.
  1059.  
  1060. By default, EasyEdit prints all pages of the
  1061. document. You can set starting and stopping
  1062. pages if desired.
  1063.  
  1064. Set Manual paper feed ON if you wish to have
  1065. EasyEdit prompt you to insert a new sheet of
  1066. paper after each page. This choice is also stored
  1067. as part of the printer definition file for your
  1068. selected printer.
  1069.  
  1070. Set Use formfeeds ON if your printer accepts
  1071. ASCII character #12 to eject each page. Otherwise,
  1072. EasyEdit will fill out the end of each page with
  1073. blank lines.
  1074.  
  1075. After making all selections, move the menu bar to
  1076. the Print file now item and press <Enter>. If
  1077. you decide not to print, just press <Esc>.
  1078. Printing occurs as a background task. You can
  1079. continue editing with minimal loss of performance
  1080. while the print job continues.
  1081.  
  1082. To stop a print job at any time, execute the
  1083. Print File command sequence. EasyEdit will
  1084. confirm whether you want to stop the print job.
  1085. ]
  1086.  
  1087. &PRINTER DEFINITIONS
  1088.  
  1089. You can edit and store printer definitions from
  1090. within EasyEdit, using the File Print menu.
  1091.  
  1092. Select a printer definition file (default
  1093. extension .PDF) using the Which printer menu
  1094. item. EasyEdit will load this printer file into
  1095. memory.
  1096.  
  1097. Any of the command sequences that control various
  1098. printer fonts can be edited using the Edit printer
  1099. codes menu selection. Each font is associated
  1100. with two strings - one to turn the font ON, and
  1101. another to turn it OFF.
  1102.  
  1103. When you choose a sequence to edit, it appears in
  1104. another window. It can be edited using the cursor
  1105. keys, and the <Del> or <Backspace> keys. Most
  1106. characters you type will be inserted literally
  1107. into the string. <CtrlBksp> will delete the
  1108. existing string. <Enter> will end the session
  1109. in the string editor. In case you need to enter
  1110. any of these special keys as part of the control
  1111. string, press the <ScrollLock> key to enter
  1112. Literal mode. In this mode, all keystrokes will be
  1113. inserted into the string without further
  1114. interpretation.
  1115.  
  1116. The last item is a comment (40 characters) which
  1117. appears at the end of the list. This is saved at
  1118. the head of each .PDF file and can be displayed
  1119. whenever a directory listing of printer files is
  1120. requested if the option COMMFILE is ON in the
  1121. configuration file.
  1122.  
  1123. The printer definition currently held in memory
  1124. can be stored to a disk file using the Save
  1125. printer setup menu item. EasyEdit stores the
  1126. printer command sequences for all fonts, as well
  1127. as the default settings for manual paper feed and
  1128. formfeeds, when you save the setup.
  1129.  
  1130. EasyEdit will prompt for a file name when you
  1131. decide to store the current definition. The
  1132. default extension for printer definitions is .PDF.
  1133. ]
  1134.  
  1135. &Character Translation Tables
  1136.  
  1137. EasyEdit can translate characters for foreign
  1138. printers eg DEC Line Drawing characters. The data
  1139. is read in from a translation file and stored until
  1140. the appropriate character is printed. The
  1141. translation string is then substituted for the
  1142. character.
  1143. )  The translation file has the same name as the
  1144. Printer Definition File but has an extension of
  1145. .CHT. It can be created with any text editor and
  1146. has the following format:
  1147.  
  1148. )      Col 1    - Character to be translated
  1149. )      Col 2    - Ignored.
  1150. )      Col 3-34 - String of characters to replace the
  1151.                  original (max 64).
  1152.  
  1153.     There can be up to 64 of these translations.
  1154.  
  1155. It is loaded automatically when EasyEdit is invoked
  1156. or when you change printers using the Print Setup
  1157. menu option. Be aware that if you wish to test
  1158. this, you MUST specify a different name on the
  1159. Setup menu or the file is not reloaded (done for
  1160. speed).
  1161. ]
  1162.  
  1163. @124
  1164.  
  1165. &FLUSH UNDO BUFFER
  1166.  
  1167.     Keystroke sequence:   124
  1168. )    Alternate keystrokes: 124
  1169.  
  1170. The contents of the undo buffer will be deleted,
  1171. freeing up whatever memory is being used. This
  1172. command is useful in combination with the Insert
  1173. Undo Buffer command.
  1174. @127
  1175.  
  1176. &ACTIVE DIRECTORY
  1177.  
  1178.     Keystroke sequence:   127
  1179. )    Alternate keystrokes: 127
  1180.  
  1181. The current default drive or directory may be
  1182. changed using this command. Entering wildcards
  1183. will cause a directory window to appear showing
  1184. possible choices.
  1185.  
  1186. Files previously opened in other directories will
  1187. be properly accessed even after the active
  1188. directory is changed.
  1189. @128
  1190.  
  1191. &FILE DIRECTORY
  1192.  
  1193.     Keystroke sequence:   128
  1194. )    Alternate keystrokes: 128
  1195.  
  1196. Use this command to browse through a file
  1197. directory. Use standard DOS pathname and wildcard
  1198. notation to specify a file mask for the directory.
  1199. @129
  1200.  
  1201. &GO TO PAGE NUMBER
  1202.  
  1203.     Keystroke sequence:   129
  1204. )    Alternate keystrokes: 129
  1205.  
  1206. The cursor will be repositioned to the first line
  1207. of the specified page of the current window. This
  1208. command is available only when pagination is
  1209. active for the window. A prompt box will request
  1210. the target page number. Enter any positive integer
  1211. value. If the value is preceded by a plus (+) or
  1212. minus (-) sign, the target page number will be
  1213. calculated relative to the current page.
  1214. @130
  1215.  
  1216. &SET TOP MARGIN
  1217.  
  1218.     Keystroke sequence:   130
  1219. )    Alternate keystrokes: 130
  1220.  
  1221. This specifies the number of lines to leave blank
  1222. at the top of each page during printing or
  1223. pagination of the file in the current window. The
  1224. top margin is a default value that will be
  1225. overridden by EasyEdit format (@) commands
  1226. embedded in the text. The value you specify in
  1227. the prompt box is not stored in the document file.
  1228. It is saved in the .R_C file ifthat file has been
  1229. modified.
  1230. @131
  1231.  
  1232. &SET BOTTOM MARGIN
  1233.  
  1234.     Keystroke sequence:   131
  1235. )    Alternate keystrokes: 131
  1236.  
  1237. This specifies the number of lines to leave blank
  1238. at the bottom of each page during printing or
  1239. pagination of the file in the current window. The
  1240. bottom margin is a default value that will be
  1241. overridden by EasyEdit format (@) commands
  1242. embedded in the text. The value you specify in
  1243. the prompt box is not stored in the document file.
  1244. It is saved in the .R_C file ifthat file has been
  1245. modified.
  1246. @132
  1247.  
  1248. &SET PAGE LENGTH
  1249.  
  1250.     Keystroke sequence:   132
  1251. )    Alternate keystrokes: 132
  1252.  
  1253. This specifies the total number of lines on each
  1254. page during printing or pagination of the file in
  1255. the current window. The page length is a default
  1256. value that will be overridden by EasyEdit format
  1257. (@) commands embedded in the text. The value you
  1258. specify in the prompt box is not stored in the
  1259. document file. It is saved in the .R_C file if
  1260. that file has been modified.
  1261. @133
  1262.  
  1263. &SET UNDO LIMIT
  1264.  
  1265.     Keystroke sequence:   133
  1266. )    Alternate keystrokes: 133
  1267.  
  1268. This specifies the maximum number of lines of
  1269. deleted text that will be stored in the Undo
  1270. buffer. If Undo limit is 10, and you delete 15
  1271. lines, the first five lines deleted will be lost.
  1272. Whenever lines are Undeleted, that space is
  1273. recovered for the undo buffer to reuse.
  1274. @134
  1275.  
  1276. &TOGGLE TAB EXPANSION
  1277.  
  1278.     Keystroke sequence:   134
  1279. )    Alternate keystrokes: 134
  1280.  
  1281. When tab expansion is ON, any tabs encountered
  1282. upon read-in of a file are expanded into spaces,
  1283. using a tab spacing that you specify. If tab
  1284. expansion is OFF, EasyEdit leaves the tabs
  1285. intact. However, EasyEdit does not expand tabs
  1286. as it displays them, so these will be displayed
  1287. on the screen as I.
  1288. @135
  1289.  
  1290. &SET FILE EXTENSION
  1291.  
  1292.     Keystroke sequence:   135
  1293. )    Alternate keystrokes: 135
  1294.  
  1295. If you edit many files with the same extension,
  1296. such as .DOC, you should enter that value for the
  1297. default extension. EasyEdit will automatically
  1298. supply the default extension whenever you respond
  1299. to a filename prompt without entering an
  1300. extension. The extension you enter should not
  1301. include a period or any DOS wildcards, and is
  1302. limited to three characters.
  1303. @136
  1304.  
  1305. &SET TABS
  1306.  
  1307.     Keystroke sequence:   136
  1308. )    Alternate keystrokes: 136
  1309.  
  1310. The tab settings will be initialized based on the
  1311. contents of the current line of text. The start
  1312. of each blank-delimited word will set a tab at
  1313. that column. Any other tabs will be cleared. By
  1314. using this command in concert with the Put Tabs
  1315. command, you can store a custom tab line as part
  1316. of a document and easily use it later.
  1317.  
  1318. You can return to the default evenly spaced tabs
  1319. by activating the Options Tabs Restore even
  1320. menu selections.
  1321. @137
  1322.  
  1323. &SET TAB SIZE
  1324.  
  1325.     Keystroke sequence:   137
  1326. )    Alternate keystrokes: 137
  1327.  
  1328. By default, a tab is placed after every eight
  1329. columns of text. This tab size is also used when
  1330. files containing tabs are read into EasyEdit.
  1331. Change the tab size and use the Restore even
  1332. command to initialize a different set of regularly
  1333. spaced tabs.
  1334. @138
  1335.  
  1336. &PUT TABS
  1337.  
  1338.     Keystroke sequence:   138
  1339. )    Alternate keystrokes: 138
  1340.  
  1341. The tab settings are stored into the current
  1342. window as a formatted text line. The line begins
  1343. with the EasyEdit formatting character (@), and
  1344. will be ignored during printing. Use this command
  1345. in concert with the Set tabs command to store
  1346. a custom tab line as part of a document for later
  1347. use.
  1348. @139
  1349.  
  1350. &EDIT TABS
  1351.  
  1352.     Keystroke sequence:   139
  1353. )    Alternate keystrokes: 139
  1354.  
  1355. Tab positions can be interactively edited using
  1356. this command. The cursor will be moved to the
  1357. current window's tab line display. Use the cursor
  1358. keys or the tab key to move along the tab line.
  1359. Pressing the space bar will toggle a tab setting
  1360. on or off, pressing the <Ins> key will add a tab,
  1361. pressing the <Del> key will delete a tab at the
  1362. cursor position. Press <Enter> when editing is
  1363. complete, or <Esc> to undo any changes made.
  1364. @140
  1365.  
  1366. &SET TEMPORARY MARGIN
  1367.  
  1368.     Keystroke sequence:   140
  1369. )    Alternate keystrokes: 140
  1370.  
  1371. The current left margin will be moved to the right
  1372. by one tab stop. This is useful in making indented
  1373. lists. The temporary margin will remain in force
  1374. until you leave the current paragraph.
  1375.  
  1376. The temporary margin is indicated by a right
  1377. pointing arrow on the window tab display.
  1378. @141
  1379.  
  1380. &FORMAT BLOCK
  1381.  
  1382.     Keystroke sequence:   141
  1383. )    Alternate keystrokes: 141
  1384.  
  1385. Paragraph formatting will be applied to all
  1386. lines of text in the currently marked block. The
  1387. block must be highlighted and not in column mode
  1388. or an error message will be produced.
  1389. @142
  1390.  
  1391. &FILE CLOSE
  1392.  
  1393.     Keystroke sequence:   142
  1394. )    Alternate keystrokes: 142
  1395.  
  1396. The current text window will be cleared. If it
  1397. has been modified since being saved to disk, you
  1398. will be given the opportunity to save it. The
  1399. window will then be closed. If the window is the
  1400. only one on the screen, you will return to the
  1401. EasyEdit menu system.
  1402. @143
  1403.  
  1404. &SET MARKER
  1405.  
  1406. This command stores a record of the current cursor
  1407. position to which you can easily return later.
  1408. EasyEdit supports up to ten text markers, which
  1409. are labeled with the numbers 0-9 when they are
  1410. placed in the text. Shortcut commands for using
  1411. each of the ten markers are presented on a
  1412. following screen.
  1413.  
  1414. The text marker display writes over the character
  1415. where it is placed. It does not affect the actual
  1416. text, but merely hides it.
  1417. ]
  1418.  
  1419. When a marker is set from the menu system, another
  1420. menu will appear showing which markers are already
  1421. in use. Redefining an existing marker erases the
  1422. previously stored position. Defining a marker at
  1423. the same position where it is currently located
  1424. has the effect of erasing it.
  1425.  
  1426. The following screen provides shortcut keystrokes
  1427. for setting text markers without using menus.
  1428. ]
  1429.  
  1430. The following commands will set any of the
  1431. markers without using a menu.
  1432.  
  1433. )Marker 0   Main: 62    Alternate: 62
  1434. )Marker 1   Main: 63    Alternate: 63
  1435. )Marker 2   Main: 64    Alternate: 64
  1436. )Marker 3   Main: 65    Alternate: 65
  1437. )Marker 4   Main: 66    Alternate: 66
  1438. )Marker 5   Main: 67    Alternate: 67
  1439. )Marker 6   Main: 68    Alternate: 68
  1440. )Marker 7   Main: 69    Alternate: 69
  1441. )Marker 8   Main: 70    Alternate: 70
  1442. )Marker 9   Main: 71    Alternate: 71
  1443. @144
  1444.  
  1445. &JUMP TO MARKER
  1446.  
  1447. This command moves the cursor to the position of a
  1448. previously stored text marker. If the marker has
  1449. not been set, an error will occur. EasyEdit
  1450. supports up to ten text markers, which are labeled
  1451. with the numbers 0-9 when they are placed in the
  1452. text.
  1453.  
  1454. When you jump to a marker from the menu system,
  1455. another menu will appear showing which markers
  1456. have previously been set.
  1457.  
  1458. The following screen provides shortcut keystrokes
  1459. for jumping to text markers without using menus.
  1460. ]
  1461.  
  1462. The following commands will jump to any of the
  1463. markers without using a menu.
  1464.  
  1465. )Marker 0   Main: 72    Alternate: 72
  1466. )Marker 1   Main: 73    Alternate: 73
  1467. )Marker 2   Main: 74    Alternate: 74
  1468. )Marker 3   Main: 75    Alternate: 75
  1469. )Marker 4   Main: 77    Alternate: 77
  1470. )Marker 5   Main: 77    Alternate: 77
  1471. )Marker 6   Main: 78    Alternate: 78
  1472. )Marker 7   Main: 79    Alternate: 79
  1473. )Marker 8   Main: 80    Alternate: 80
  1474. )Marker 9   Main: 81    Alternate: 81
  1475. @145
  1476.  
  1477. &PLAYBACK MACRO
  1478.  
  1479. This command will play back a previously recorded
  1480. macro. A menu showing the name of all macros will
  1481. appear; you should choose the one desired.
  1482.  
  1483. The following screen gives shortcut commands which
  1484. allow you to playback macros without using the
  1485. menu system.
  1486. ]
  1487.  
  1488. The following commands will playback a macro
  1489. without using the menu system:
  1490.  
  1491. )Macro 1    Main: 85    Alternate: 85
  1492. )Macro 2    Main: 86    Alternate: 86
  1493. )Macro 3    Main: 87    Alternate: 87
  1494. )Macro 4    Main: 88    Alternate: 88
  1495. )Macro 5    Main: 89    Alternate: 89
  1496. )Macro 6    Main: 90    Alternate: 90
  1497. )Macro 7    Main: 91    Alternate: 91
  1498. )Macro 8    Main: 92    Alternate: 92
  1499. )Macro 9    Main: 93    Alternate: 93
  1500. @146
  1501.  
  1502. &TOGGLE FIXED TABS
  1503.  
  1504.     Keystroke sequence:   146
  1505. )    Alternate keystrokes: 146
  1506.  
  1507. When fixed tabs are ON, tab positions are taken
  1508. from a table of columns that you can set to even
  1509. spacing or customize through various tab
  1510. commands. When fixed tabs are OFF, tab positions
  1511. are based on the contents of the text surrounding
  1512. the current line, just like the Turbo Pascal
  1513. editor.
  1514. @147
  1515.  
  1516. &SET TEMPORARY MARGIN
  1517.  
  1518.     Keystroke sequence:   147
  1519. )    Alternate keystrokes: 147
  1520.  
  1521. The current cursor column will be assigned as the
  1522. temporary left margin. If the cursor is beyond the
  1523. right margin, an error will occur.
  1524. @148
  1525.  
  1526. &SET HOME DIRECTORY
  1527.  
  1528.     Keystroke sequence:   148
  1529. )    Alternate keystrokes: 148
  1530.  
  1531. EasyEdit uses several files in its operation.
  1532. These contain the current printer definition,
  1533. default macros, and this help file. In order to
  1534. run EasyEdit from a drive or directory other than
  1535. where these files are located, you will need to
  1536. set up a Home Directory. The home directory
  1537. specifies the location of the optional EasyEdit
  1538. support files on your system. The alternative is
  1539. to use the EEPATH environment variable (which
  1540. overrides this option). See the manual for
  1541. further information.
  1542. ]
  1543.  
  1544. The following files should be kept in that
  1545. directory:
  1546.  
  1547. )  EE.HLP   EE.MAC   *.PDF *.CHT, *.FMT
  1548.  
  1549. EasyEdit will operate without the use of these
  1550. files, but in that case certain program features
  1551. will not be available.
  1552.  
  1553. After the home directory is set, it can be saved
  1554. with EasyEdit's Save Setup command.
  1555. @149
  1556.  
  1557. &TOGGLE HI-BIT STRIP
  1558.  
  1559.     Keystroke sequence:   149
  1560. )    Alternate keystrokes: 149
  1561.  
  1562. When Hi-bit strip is ON, the most significant bit
  1563. of each character read from the disk will be set
  1564. to zero. This is useful when reading in files
  1565. previously generated in WordStar document mode. In
  1566. addition, "dot commands" used for WordStar
  1567. document formatting will be changed to EasyEdit's
  1568. format character (@). Note that stripping the high
  1569. bit will also affect any usage of the IBM extended
  1570. ASCII character set, such as the line drawing
  1571. characters.
  1572. @150
  1573.  
  1574. &EDIT MACRO
  1575.  
  1576.     Keystroke sequence:   150
  1577. )    Alternate keystrokes: 150
  1578.  
  1579. Macros recorded within EasyEdit can be edited on
  1580. a character by character basis using the built-in
  1581. macro editor.
  1582.  
  1583. First, a prompt box will ask for a new name for
  1584. the macro, which you can accept as is, or change.
  1585. ]
  1586.  
  1587. The macro will appear in another window. It can
  1588. be edited using the cursor keys, and the <Del>
  1589. or <Backspace> keys. Most characters you type will
  1590. be inserted literally into the macro. <CtrlBksp>
  1591. will delete the macro. <Enter> will end the
  1592. session in the macro editor. <Esc> will undo any
  1593. changes made to the macro. In case you need to
  1594. enter any of these special keys as part of the
  1595. macro, press the <ScrollLock> key to enter
  1596. Literal mode. In this mode, all keystrokes will
  1597. be inserted into the macro without any
  1598. interpretation.
  1599. ]
  1600. You can also do Macro Substitution by entering an
  1601. Ascii 255 (hold down alt and type 255 on numeric
  1602. keypad) followed by one of the following keywords:
  1603.  
  1604. )        F - Enter the current filename at playback
  1605. )        D - Enter the current date at playback
  1606. )        T - Enter the current time at playback
  1607.  
  1608. )You can also prompt for a string to be entered at
  1609. playback by entering Ascii 255, then S, then the
  1610. prompt string, then Ascii 254. The prompt string
  1611. will be displayed in an edit window and the string
  1612. entered at the keyboard (max 60 chars) will be
  1613. entered into the macro at that point.
  1614. )Note that there can only be a maximum of 255
  1615. characters after all macro substitutions have
  1616. taken place.
  1617.  
  1618. @151
  1619.  
  1620. &WRITE TO FILE
  1621.  
  1622.     Keystroke sequence:   151
  1623. )    Alternate keystrokes: 151
  1624.  
  1625. This command will store all text in the current
  1626. window to any file that you name. When you are
  1627. editing in a window that has not previously been
  1628. named, you can use this command to assign a name
  1629. to the window. Using it in an already-named window
  1630. will cause the name of that window, and all other
  1631. windows sharing the same text stream, to be
  1632. updated to the new name.
  1633. @152
  1634.  
  1635. &TOGGLE KEY HELP
  1636.  
  1637.     Keystroke sequence:   152
  1638. )    Alternate keystrokes: 152
  1639.  
  1640. When Key Help is ON, EasyEdit will display the
  1641. command sequences that correspond to each menu
  1642. selection while you are browsing through the menu
  1643. system. This can serve to familiarize you with
  1644. the quick keystrokes and speed up your editing.
  1645. @153
  1646.  
  1647. &PREVIOUS WINDOW
  1648.  
  1649.     Keystroke sequence:   153
  1650. )    Alternate keystrokes: 153
  1651.  
  1652. The cursor will be moved to the current position
  1653. in the next window up the screen. If the cursor is
  1654. already in the topmost window, it will move to the
  1655. bottom window. If there is only one window,
  1656. nothing will happen.
  1657. @154
  1658.  
  1659. &NEXT SENTENCE
  1660.  
  1661.     Keystroke sequence:   154
  1662. )    Alternate keystrokes: 154
  1663.  
  1664. The cursor will be moved to the beginning of the
  1665. next sentence. Sentences are delimited by periods,
  1666. semicolons, and other common punctuation marks, as
  1667. well as by blank lines and lines beginning with
  1668. the EasyEdit format character (@).
  1669. @155
  1670.  
  1671. &PREVIOUS SENTENCE
  1672.  
  1673.     Keystroke sequence:   155
  1674. )    Alternate keystrokes: 155
  1675.  
  1676. The cursor will be moved to the beginning of the
  1677. previous sentence. Sentences are delimited by
  1678. periods, semicolons, and other common punctuation
  1679. marks, as well as by blank lines and lines
  1680. beginning with the EasyEdit format character (@).
  1681. @156
  1682.  
  1683. &RESTORE EVEN TABS
  1684.  
  1685.     Keystroke sequence:   156
  1686. )    Alternate keystrokes: 156
  1687.  
  1688. Tabs will be set on an even spacing as determined
  1689. by the current default tab spacing. Any other tab
  1690. settings will be cleared.
  1691. @157
  1692.  
  1693. &WHICH FONT
  1694.  
  1695.     Keystroke sequence:   157
  1696. )    Alternate keystrokes: 157
  1697.  
  1698. EasyEdit will display the font type of the
  1699. character at the cursor position. If the
  1700. character has more than one font applied to it,
  1701. EasyEdit will list all of them.
  1702. @158
  1703.  
  1704. &SELECT BOLD
  1705.  
  1706.     Keystroke sequence:   158
  1707. )    Alternate keystrokes: 158
  1708.  
  1709. If a block is marked and visible, EasyEdit will
  1710. convert the block to bold typeface. It does so by
  1711. automatically placing the Toggle Bold control
  1712. character (<CtrlB>) at the beginning and end of
  1713. the block.
  1714.  
  1715. If no block is marked, EasyEdit will place a pair
  1716. of print control characters at the current cursor
  1717. position, and position the cursor between the two.
  1718. Thus, while the cursor remains between the control
  1719. characters, newly entered text will be in the
  1720. selected typeface.
  1721. @159
  1722.  
  1723. &SELECT DOUBLESTRIKE
  1724.  
  1725.     Keystroke sequence:   159
  1726. )    Alternate keystrokes: 159
  1727.  
  1728. If a block is marked and visible, EasyEdit will
  1729. convert the block to double-strike typeface. It
  1730. does so by automatically placing the Toggle
  1731. Double-strike control character (<CtrlD>) at the
  1732. beginning and end of the block.
  1733.  
  1734. If no block is marked, EasyEdit will place a pair
  1735. of print control characters at the current cursor
  1736. position, and position the cursor between the two.
  1737. Thus, while the cursor remains between the control
  1738. characters, newly entered text will be in the
  1739. selected typeface.
  1740. @160
  1741.  
  1742. &SELECT UNDERSCORE
  1743.  
  1744.     Keystroke sequence:   160
  1745. )    Alternate keystrokes: 160
  1746.  
  1747. If a block is marked and visible, EasyEdit will
  1748. convert the block to underscore typeface. It
  1749. does so by automatically placing the Toggle
  1750. Underscore control character (<CtrlS>) at the
  1751. beginning and end of the block.
  1752.  
  1753. If no block is marked, EasyEdit will place a pair
  1754. of print control characters at the current cursor
  1755. position, and position the cursor between the two.
  1756. Thus, while the cursor remains between the control
  1757. characters, newly entered text will be in the
  1758. selected typeface.
  1759. @161
  1760.  
  1761. &SELECT SUPERSCRIPT
  1762.  
  1763.     Keystroke sequence:   161
  1764. )    Alternate keystrokes: 161
  1765.  
  1766. If a block is marked and visible, EasyEdit will
  1767. convert the block to superscript typeface. It
  1768. does so by automatically placing the Toggle
  1769. Superscript control character (<CtrlT>) at the
  1770. beginning and end of the block.
  1771.  
  1772. If no block is marked, EasyEdit will place a pair
  1773. of print control characters at the current cursor
  1774. position, and position the cursor between the two.
  1775. Thus, while the cursor remains between the control
  1776. characters, newly entered text will be in the
  1777. selected typeface.
  1778. @162
  1779.  
  1780. &SELECT SUBSCRIPT
  1781.  
  1782.     Keystroke sequence:   162
  1783. )    Alternate keystrokes: 162
  1784.  
  1785. If a block is marked and visible, EasyEdit will
  1786. convert the block to subscript typeface. It
  1787. does so by automatically placing the Toggle
  1788. Subscript control character (<CtrlV>) at the
  1789. beginning and end of the block.
  1790.  
  1791. If no block is marked, EasyEdit will place a pair
  1792. of print control characters at the current cursor
  1793. position, and position the cursor between the two.
  1794. Thus, while the cursor remains between the control
  1795. characters, newly entered text will be in the
  1796. selected typeface.
  1797. @163
  1798.  
  1799. &SELECT COMPRESSED
  1800.  
  1801.     Keystroke sequence:   163
  1802. )    Alternate keystrokes: 163
  1803.  
  1804. If a block is marked and visible, EasyEdit will
  1805. convert the block to compressed typeface. It does
  1806. so by automatically placing the Toggle Alternate 1
  1807. control character (<CtrlA>) at the beginning and
  1808. end of the block. For most printer definition
  1809. files, the Alternate 1 typeface is defined as
  1810. compressed print.
  1811.  
  1812. If no block is marked, EasyEdit will place a pair
  1813. of print control characters at the current cursor
  1814. position, and position the cursor between the two.
  1815. Thus, while the cursor remains between the control
  1816. characters, newly entered text will be in the
  1817. selected typeface.
  1818. @164
  1819.  
  1820. &SELECT ITALICS
  1821.  
  1822.     Keystroke sequence:   164
  1823. )    Alternate keystrokes: 164
  1824.  
  1825. If a block is marked and visible, EasyEdit will
  1826. convert the block to italic typeface. It does so
  1827. by automatically placing the Toggle Alternate 2
  1828. control character (<CtrlN>) at the beginning and
  1829. end of the block. For most printer definition
  1830. files, the Alternate 2 typeface is defined as
  1831. italic print.
  1832.  
  1833. If no block is marked, EasyEdit will place a pair
  1834. of print control characters at the current cursor
  1835. position, and position the cursor between the two.
  1836. Thus, while the cursor remains between the control
  1837. characters, newly entered text will be in the
  1838. selected typeface.
  1839. @165
  1840.  
  1841. &TOGGLE SNOW CONTROL
  1842.  
  1843.     Keystroke sequence:   165
  1844. )    Alternate keystrokes: 165
  1845.  
  1846. When Snow Control is ON, EasyEdit avoids the
  1847. screen interference patterns called "snow" that
  1848. are produced by certain display adapters, notably
  1849. the IBM Colour Graphics Adapter. For other colour
  1850. adapters, the Snow Control can be turned off. This
  1851. improves screen updating performance considerably.
  1852. @166
  1853.  
  1854. &TOGGLE BLOCK CURSOR
  1855.  
  1856.     Keystroke sequence:   166
  1857. )    Alternate keystrokes: 166
  1858.  
  1859. EasyEdit offers a choice between a blinking
  1860. hardware cursor and a solid unblinking cursor.
  1861. The colour of the block cursor can be set via the
  1862. Options Colours menu.
  1863. @167
  1864.  
  1865. &TOGGLE 43/50 LINE MODE
  1866.  
  1867.     Keystroke sequence:   167
  1868. )    Alternate keystrokes: 167
  1869.  
  1870. On computers equipped with an Enhanced Graphics
  1871. Adapter, EasyEdit can display 43 lines on the
  1872. screen. On computers with VGA cards, EasyEdit can
  1873. display 50 lines on the screen. Toggle this
  1874. option ON if a longer text display is desired.
  1875. Note that if you have Codepage switching enabled
  1876. (with the CODEPAGE option in EE.CFG), this toggle
  1877. is ignored.
  1878. @168
  1879.  
  1880. &MARGIN RELEASE
  1881.  
  1882.     Keystroke sequence:   168
  1883. )    Alternate keystrokes: 168
  1884.  
  1885. Setting Margin Release ON allows you to type
  1886. beyond the left and right margins while Word Wrap
  1887. mode is active. Margin release remains effective
  1888. until the cursor is moved to another line. It can
  1889. also be toggled off at any time.
  1890. @169
  1891.  
  1892. &SPELL CHECK
  1893.  
  1894.     Keystroke sequence:   169
  1895. )    Alternate keystrokes: 169
  1896. Either, in combination with Turbo Lightning, Borland's RAM
  1897. resident spelling checker and thesaurus, or with
  1898. EasyEdit's built in spelling checker, EasyEdit
  1899. will spell-check any of your documents.
  1900.  
  1901. EasyEdit checks the document in the current
  1902. screen window. By default, checking proceeds from
  1903. the current cursor position to the end of the
  1904. file. If a block is marked and visible, only that
  1905. block will be checked.
  1906. ]
  1907.  
  1908. With Lightning, EasyEdit contains a small built-in
  1909. dictionary of the 500 most commonly used English
  1910. words. This dictionary is kept in memory at all
  1911. times in order to accelerate the checking process.
  1912. With the built in checker, this is not necessary.
  1913.  
  1914. Once the operation begins, EasyEdit keeps you
  1915. advised of its progress on the status line. The
  1916. line and column counters tell you what part of the
  1917. document is being checked, as does the percentage
  1918. indicator. These are updated each time a new word
  1919. is checked.
  1920. ]
  1921.  
  1922. When EasyEdit finds a word that it does not
  1923. recognize, the screen will be updated to highlight
  1924. the word, and a popup menu will ask you to select
  1925. an option. Select by moving the bar and pressing
  1926. <Enter> or by pressing the first character of any
  1927. of the options:
  1928.  
  1929. )  Skip once
  1930. )    Ignore the spelling of this word in only this
  1931. )    one instance.
  1932. )  Ignore for this document
  1933. )    Ignore the spelling of this word for the
  1934. )    duration of the check.
  1935. ]
  1936.  
  1937. )  List Lightning sound-alikes
  1938. )    Display a list of sound-alike words from
  1939. )    Lightning's dictionary. Select one and press
  1940. )    <Enter>, or press <Esc> to return to the
  1941. )    previous menu. This option is not available
  1942. )    with the built in spell checker.
  1943. )  Edit from the keyboard
  1944. )    A prompt box will appear to allow interactive
  1945. )    editing of the word. Press <Enter> to accept,
  1946. )    or <Esc> to return to the previous menu. You
  1947. )    may use Lightning's interactive modes at this
  1948. )    time (See the Lightning  manual for more details .
  1949. )    EasyEdit  will  recheck  the  word  after
  1950. )    you finish editing it.
  1951. ]
  1952.  
  1953. )  Mark with "~"
  1954. )    Place a tilde in front of the word. After
  1955. )    the document has been checked, you can use
  1956. )    the Find Pattern command to locate the marked
  1957. )    words.
  1958. )  Add to dictionary
  1959. )    Add the word to EasyEdit or Lightning's auxiliary
  1960. )    dictionary. With Lightning, a secondary
  1961. )    menu of case selections will appear. Press
  1962. )    <Esc> to return to the previous menu, or
  1963. )    <Enter> to add to the dictionary.
  1964. ]
  1965.  
  1966. )  Batch mark rest of document
  1967. )    Cancel the interactive mode normally used
  1968. )    for spell-checking. From this point on, all
  1969. )    unrecognized words are marked with tildes
  1970. )    (~).
  1971.  
  1972. A spell-checking operation may be stopped by
  1973. pressing <Esc> at the corrections menu (once a
  1974. misspelling is found) or by pressing any key while
  1975. a file is being checked. In the latter case, a
  1976. prompt box will be displayed, asking if you want
  1977. to stop. Press Y to stop, N to continue.
  1978. @170
  1979.  
  1980. &DELETE ATTRIBUTES
  1981.  
  1982.     Keystroke sequence:   170
  1983. )    Alternate keystrokes: 170
  1984.  
  1985. This option deletes all the attributes (bold,
  1986. underlines etc) in a marked block. The block Line
  1987. mode must be ON. Mark a block that encompassed
  1988. the attributes to be removed and use this command.
  1989. @171
  1990.  
  1991. &TOGGLE TAB WRITING
  1992.  
  1993.     Keystroke sequence:   171
  1994. )    Alternate keystrokes: 171
  1995.  
  1996. By default, EasyEdit does not write tab
  1997. characters in files saved from the editor. If Tab
  1998. Writing is activated, EasyEdit will translate
  1999. sequences of spaces to tabs in order to save disk
  2000. space for the output file. Tabs are computed using
  2001. the fixed spacing currently set for fixed tabs.
  2002. Multiple spaces found within pairs of single or
  2003. double quotes (as used in Pascal or C source code)
  2004. will not be converted to tabs.
  2005.  
  2006. Tab writing is saved as a EasyEdit default.
  2007. @172
  2008.  
  2009. &TOGGLE WRAP COMPRESSION
  2010.  
  2011.     Keystroke sequence:   172
  2012. )    Alternate keystrokes: 172
  2013.  
  2014. By default, EasyEdit compresses extra spaces out
  2015. of any line before it is wrapped. This feature is
  2016. required in order to "unjustify" text that has
  2017. previously been right justified. However, in some
  2018. cases the compression will remove desired spaces,
  2019. as in the case of aligned columns of figures.
  2020.  
  2021. When this toggle is OFF, extra spaces will not be
  2022. removed from lines being wrapped. Wrap
  2023. compression is saved as a EasyEdit default.
  2024. @173
  2025.  
  2026. &TOGGLE INITIAL ZOOM STATE
  2027.  
  2028.     Keystroke sequence:   173
  2029. )    Alternate keystrokes: 173
  2030.  
  2031. The state of this toggle determines EasyEdit's
  2032. default behavior when more than one window is on
  2033. the screen. When Initial Zoom State is OFF,
  2034. multiple windows will appear simultaneously on
  2035. the screen, that is, they will not be zoomed.
  2036.  
  2037. When Initial Zoom State is ON, multiple windows
  2038. will be zoomed. The last file opened will be
  2039. visible on the screen, and others will be hidden
  2040. behind it.
  2041.  
  2042. Initial Zoom State is saved as a EasyEdit
  2043. default.
  2044.  
  2045. The normal zoom window command may be used at any
  2046. time, regardless of Initial Zoom State.
  2047. @174
  2048.  
  2049. &HELP SUMMARY
  2050.  
  2051. EasyEdit provides help in several ways. This
  2052. section describes how to use the help system.
  2053.  
  2054. Whenever the EasyEdit help system is on screen,
  2055. you can use the <PgUp> and <PgDn> keys to
  2056. move from one screen to another. <Home> and
  2057. <End> will take you to the first and last pages
  2058. of the section. Press <Esc> when you are done
  2059. using help.
  2060. ]
  2061.  
  2062. The EasyEdit menu system is available at any
  2063. time by pressing 191. Most of EasyEdit's
  2064. commands may be selected from the menus. Within
  2065. the menu system, you may activate "Key help" by
  2066. choosing Setup Display Options Key help. With
  2067. Key help activated, the quick keystrokes that
  2068. activate each command will be displayed on the top
  2069. row of the screen while the selection bar is
  2070. positioned over that menu item.
  2071.  
  2072. Pressing <F1> while within the EasyEdit menu
  2073. system or within any prompt box will bring up a
  2074. window containing more detailed help regarding the
  2075. selected command. Pressing <F1> while you are
  2076. entering text will bring up a menu of help topics.
  2077. @175
  2078.  
  2079. &HELP SUMMARY
  2080.  
  2081. EasyEdit provides help in several ways. This
  2082. help section describes how to use the help
  2083. system.
  2084.  
  2085. Whenever the EasyEdit help system is on screen,
  2086. you can use the <PgUp> and <PgDn> keys to
  2087. move from one screen to another. <Home> and
  2088. <End> will take you to the first and last pages
  2089. of the section. Press <Esc> when you are done
  2090. using help.
  2091. ]
  2092.  
  2093. The EasyEdit menu system is available at any
  2094. time by pressing 191. Most of EasyEdit's
  2095. commands may be selected from the menus. Within
  2096. the menu system, you may activate "Key help" by
  2097. choosing Setup Display options Key help. With
  2098. Key help activated, the quick keystrokes that activate
  2099. each command will be displayed on the top
  2100. row of the screen while the selection bar is
  2101. positioned over that menu item.
  2102.  
  2103. Pressing <F1> while within the EasyEdit menu
  2104. system or within any prompt box will bring up a
  2105. window containing more detailed help regarding the
  2106. selected command. Pressing <F1> while you are
  2107. entering text will bring up a menu of help topics.
  2108. ]
  2109.  
  2110. &Help and Status Keystrokes
  2111.  
  2112. )Show help menu
  2113. )    Main: 174    Alternate: 174
  2114. )Show help summary
  2115. )    Main: 50    Alternate: 50
  2116. )Activate menu system
  2117. )    Main: 191    Alternate: 191
  2118. )Show system and file information
  2119. )    Main: 104    Alternate: 104
  2120. )Show available memory
  2121. )    Main: 105    Alternate: 105
  2122. @176
  2123.  
  2124. &Cursor Movement
  2125.  
  2126. Character left
  2127. )    Main: 0    Alternate: 0
  2128. )Character right
  2129. )    Main: 1    Alternate: 1
  2130. )Word left
  2131. )    Main: 2    Alternate: 2
  2132. )Word right
  2133. )    Main: 3    Alternate: 3
  2134. )Line up
  2135. )    Main: 4    Alternate: 4
  2136. )Line down
  2137. )    Main: 5    Alternate: 5
  2138. )Scroll up
  2139. )    Main: 6    Alternate: 6
  2140. )Scroll down
  2141. )    Main: 7    Alternate: 7
  2142. )Page up
  2143. )    Main: 9    Alternate: 9
  2144. )Page down
  2145. )    Main: 8    Alternate: 8
  2146. )Top of file
  2147. )    Main: 10    Alternate: 10
  2148. )Bottom of file
  2149. )    Main: 11    Alternate: 11
  2150. )Beginning of line
  2151. )    Main: 12    Alternate: 12
  2152. )End of line
  2153. )    Main: 13    Alternate: 13
  2154. )Top of screen
  2155. )    Main: 14    Alternate: 14
  2156. )Bottom of screen
  2157. )    Main: 15    Alternate: 15
  2158. @177
  2159.  
  2160. &Quick Movement Commands
  2161.  
  2162. Go to line
  2163. )    Main: 18    Alternate: 18
  2164. )Go to column
  2165. )    Main: 19    Alternate: 19
  2166. )Go to page
  2167. )    Main: 129    Alternate: 129
  2168. )Go to window
  2169. )    Main: 20    Alternate: 20
  2170. )Previous cursor position
  2171. )    Main: 21    Alternate: 21
  2172. )Up to equal indent
  2173. )    Main: 16    Alternate: 16
  2174. )Down to equal indent
  2175. )    Main: 17    Alternate: 17
  2176. )Next sentence
  2177. )    Main: 154    Alternate: 154
  2178. )Previous sentence
  2179. )    Main: 155    Alternate: 155
  2180. ]
  2181.  
  2182. &Text Markers
  2183.  
  2184. Set a marker by menu
  2185. )    Main: 143    Alternate: 143
  2186. )Jump to marker by menu
  2187. )    Main: 144    Alternate: 144
  2188. )Toggle marker display
  2189. )    Main: 61    Alternate: 61
  2190. )Set marker 0
  2191. )    Main: 62    Alternate: 62
  2192. )Set marker 1
  2193. )    Main: 63    Alternate: 63
  2194. )Set marker 2
  2195. )    Main: 64    Alternate: 64
  2196. )Set marker 3
  2197. )    Main: 65    Alternate: 65
  2198. )Set marker 4
  2199. )    Main: 66    Alternate: 66
  2200. )Set marker 5
  2201. )    Main: 67    Alternate: 67
  2202. )Set marker 6
  2203. )    Main: 68    Alternate: 68
  2204. )Set marker 7
  2205. )    Main: 69    Alternate: 69
  2206. )Set marker 8
  2207. )    Main: 70    Alternate: 70
  2208. )Set marker 9
  2209. )    Main: 71    Alternate: 71
  2210. )Jump marker 0
  2211. )    Main: 72    Alternate: 72
  2212. )Jump marker 1
  2213. )    Main: 73    Alternate: 73
  2214. )Jump marker 2
  2215. )    Main: 74    Alternate: 74
  2216. )Jump marker 3
  2217. )    Main: 75    Alternate: 75
  2218. )Jump marker 4
  2219. )    Main: 76    Alternate: 76
  2220. )Jump marker 5
  2221. )    Main: 77    Alternate: 77
  2222. )Jump marker 6
  2223. )    Main: 78    Alternate: 78
  2224. )Jump marker 7
  2225. )    Main: 79    Alternate: 79
  2226. )Jump marker 8
  2227. )    Main: 80    Alternate: 80
  2228. )Jump marker 9
  2229. )    Main: 81    Alternate: 81
  2230. @178
  2231.  
  2232. &Text Insertion and Deletion
  2233.  
  2234. Undo last deletion
  2235. )    Main: 22    Alternate: 22
  2236. )Restore line
  2237. )    Main: 23    Alternate: 23
  2238. )Insert undo buffer
  2239. )    Main: 116    Alternate: 116
  2240. )Tab
  2241. )    Main: 24    Alternate: 24
  2242. )Backward Tab
  2243. )    Main: 39    Alternate: 39
  2244. )New line
  2245. )    Main: 26    Alternate: 26
  2246. )Insert line
  2247. )    Main: 27    Alternate: 27
  2248. )Insert control character
  2249. )    Main: 25    Alternate: 25
  2250. )Delete current character
  2251. )    Main: 28    Alternate: 28
  2252. )Delete character left
  2253. )    Main: 29    Alternate: 29
  2254. )Delete word
  2255. )    Main: 30    Alternate: 30
  2256. )Delete to end of line
  2257. )    Main: 31    Alternate: 31
  2258. )Delete line
  2259. )    Main: 32    Alternate: 32
  2260. )Delete line (no undo)
  2261. )    Main: 33    Alternate: 33
  2262. )Abort command (1 char)
  2263. )    Main: 192    Alternate: 192
  2264. @179
  2265.  
  2266. &Search and Replace
  2267.  
  2268. Search for pattern
  2269. )    Main: 34    Alternate: 34
  2270. )Search and replace
  2271. )    Main: 35    Alternate: 35
  2272. )Search and playback macro
  2273. )    Main: 36    Alternate: 36
  2274. )Search/replace/playback again
  2275. )    Main: 37    Alternate: 37
  2276. @180
  2277.  
  2278. &Files
  2279.  
  2280. Edit another file
  2281. )    Main: 40    Alternate: 40
  2282. )Abandon file
  2283. )    Main: 41    Alternate: 41
  2284. )Read file into window
  2285. )    Main: 42    Alternate: 42
  2286. )Save and continue edit
  2287. )    Main: 43    Alternate: 43
  2288. )Save and exit to DOS
  2289. )    Main: 45    Alternate: 45
  2290. )Write to named file
  2291. )    Main: 151    Alternate: 151
  2292. )Save/Switch files
  2293. )    Main: 48    Alternate: 48
  2294. @181
  2295.  
  2296. &Windows
  2297.  
  2298. Open file
  2299. )    Main: 46    Alternate: 46
  2300. )Close window
  2301. )    Main: 142    Alternate: 142
  2302. )Resize window
  2303. )    Main: 47    Alternate: 47
  2304. )Next window
  2305. )    Main: 49    Alternate: 49
  2306. )Previous window
  2307. )    Main: 153    Alternate: 153
  2308. )Zoom window
  2309. )    Main: 51    Alternate: 51
  2310. @182
  2311.  
  2312. &Block Commands
  2313.  
  2314. Begin block
  2315. )    Main: 52    Alternate: 52
  2316. )End block
  2317. )    Main: 53    Alternate: 53
  2318. )Start of block
  2319. )    Main: 54    Alternate: 54
  2320. )End of block
  2321. )    Main: 55    Alternate: 55
  2322. )Copy block
  2323. )    Main: 56    Alternate: 56
  2324. )Move block
  2325. )    Main: 57    Alternate: 57
  2326. )Delete block
  2327. )    Main: 58    Alternate: 58
  2328. )Hide block
  2329. )    Main: 59    Alternate: 59
  2330. )Mark current word
  2331. )    Main: 60    Alternate: 60
  2332. )Write block to file
  2333. )    Main: 44    Alternate: 44
  2334. )Toggle block Line and Column mode
  2335. )    Main: 205   Alternate: 205
  2336. @183
  2337.  
  2338. &Text Formatting
  2339.  
  2340. Format paragraph
  2341. )    Main: 112    Alternate: 112
  2342. )Format block
  2343. )    Main: 141    Alternate: 141
  2344. )centre line
  2345. )    Main: 120    Alternate: 120
  2346. )Margin release
  2347. )    Main: 168    Alternate: 168
  2348. )Toggle case
  2349. )    Main: 108    Alternate: 108
  2350. )Lower case
  2351. )    Main: 109    Alternate: 109
  2352. )Upper case
  2353. )    Main: 110    Alternate: 110
  2354. )Show current font
  2355. )    Main: 157    Alternate: 157
  2356. )Select Bold
  2357. )    Main: 158    Alternate: 158
  2358. )Select Double
  2359. )    Main: 159    Alternate: 159
  2360. )Select Underscore
  2361. )    Main: 160    Alternate: 160
  2362. )Select Superscript
  2363. )    Main: 161    Alternate: 161
  2364. )Select Subscript
  2365. )    Main: 162    Alternate: 162
  2366. )Select Compressed
  2367. )    Main: 163    Alternate: 163
  2368. )Select Italics
  2369. )    Main: 164    Alternate: 164
  2370. ]
  2371.  
  2372. )Draw boxes
  2373. )    Main: 125    Alternate: 125
  2374.  
  2375. ) This command allows you to draw a box round text
  2376. using the IBM line drawing characters. Press the 125
  2377. key to mark the start of the box. A mark will be left
  2378. to show the start.Move the cursor and press it again to
  2379. mark the end of the box. The box will be drawn.
  2380.  
  2381. The second mark can be above, below, left or right of
  2382. the first mark. It cannot be on the same line or same
  2383. column as the first mark. If it is, no action is taken
  2384. unless the second mark is over the first mark, in which
  2385. case, the first mark is cancelled and no box is drawn.
  2386. ]
  2387. Drawing Lines.
  2388. )    Main: 126    Alternate: 126
  2389.  
  2390. This is done using the cursor keys in much the same way
  2391. as you would enter text. There are two main stages:
  2392.  
  2393. 1. Toggle the line drawing option ON using the 126
  2394. key. An indicator will appear in the top left of the
  2395. current window status line.
  2396.  
  2397. 2. Use the cursor keys to move the cursor which will
  2398. 'pull' lines after itself. Any connections with other
  2399. lines will result in the appropriate character being
  2400. drawn.
  2401.  
  2402. Note that all lines are drawn in OVERSTRIKE mode; i.e.
  2403. any characters under the cursor are replaced by the
  2404. lines.
  2405.  
  2406. When you are finished drawing lines, turn OFF the
  2407. option using the 126 key again.
  2408.  
  2409. One of the useful things you can do with this is to
  2410. have the line drawing option enabled in one window and
  2411. disabled in another window (both onto the same file).
  2412. In this way, you can write the text in one window and
  2413. then draw boxes around it.
  2414.  
  2415. @184
  2416.  
  2417. &Tabs
  2418.  
  2419. )Tab
  2420. )    Main: 24    Alternate: 24
  2421. )Backward Tab
  2422. )    Main: 39    Alternate: 39
  2423. )Set tabs
  2424. )    Main: 136    Alternate: 136
  2425. )Put tabs
  2426. )    Main: 138    Alternate: 138
  2427. )Set tab size
  2428. )    Main: 137    Alternate: 137
  2429. )Edit tabs
  2430. )    Main: 139    Alternate: 139
  2431. )Tab temporary margin
  2432. )    Main: 140    Alternate: 140
  2433. )Set temporary margin
  2434. )    Main: 147    Alternate: 147
  2435. )Restore even tabs
  2436. )    Main: 156    Alternate: 156
  2437. @185
  2438.  
  2439. &Utility and miscellaneous Commands
  2440.  
  2441. Print file
  2442. )    Main: 123    Alternate: 123
  2443. )Change active directory
  2444. )    Main: 127    Alternate: 127
  2445. )Directory
  2446. )    Main: 128    Alternate: 128
  2447. )Operating system
  2448. )    Main: 38    Alternate: 38
  2449. ]
  2450.  
  2451. &The 'Do Command' option
  2452.  
  2453. &Main: 201   Alternate: 201
  2454.  
  2455. )This command allows you to enter a series of keystrokes and have them
  2456. executed many times. Precede the command by a count followed by a '!'.
  2457.  
  2458. )eg 80!-  will insert 80 '-' characters on a line.
  2459.  
  2460. )You may edit the keystrokes as normal. Press 'SCROLLOCK' to insert
  2461. special keys such as [RET] or <ESC>.
  2462. ]
  2463.  
  2464. &The 'Find Matching Pair' option
  2465.  
  2466. &Main: 202   Alternate: 202
  2467.  
  2468. )This command allows the programmer to find a matching pair of strings
  2469. )eg BEGIN/END or { }.
  2470.  
  2471. )Place the cursor under the start pair and EasyEdit will find the matching
  2472. end pair. Place the cursor under the end pair and EasyEdit will find the
  2473. matching start pair.
  2474.  
  2475. )Remember that the pairs must be defined in EE.MCH.
  2476. ]
  2477. &Configuration Options
  2478.  
  2479. The following list is a summary of the options
  2480. which can appear in EE.CFG. See the manual for
  2481. further details. If the option is OFF, then that action does not
  2482. happen. Defaults are in capital letters where applicable
  2483.  
  2484. )ABRFILE filename   - File Abbreviations filename
  2485. )ABRMEM filename    - Memory abbreviations filename
  2486. )AUTOSAVE ON/off    - Save every x minutes
  2487. )BCHALT on/OFF      - exit after beinary extraction
  2488. )BLNAME ON/off      - If no file then create one
  2489. )CODEPAGE on/OFF    - Use codepage characters
  2490. )COLFILE filename   - Name of saved colour file
  2491. )COMMFILE on/OFF    - Display print/macro comments
  2492. )COMPILER name      - ENter the compiler name
  2493. )CSWITCH switches   - Enter compiler switch options
  2494. )DEFHEAD text       - Define a default header string
  2495. )DEFFOOT text       - Define a default footer string
  2496. )DOUBLELINE on/OFF  - Use single or double
  2497. linedrawings
  2498. )EDLAST ON/off      - Edit the last file edited
  2499. )EMS on/OFF         - Use EMS if present
  2500. )ENDHOME on/OFF     - Double press of end/home goes down/up
  2501. )FINDSTART on/OFF   - Put cursor at start/end of string after a search
  2502. )FORMATCHAR char    - Replacement for '@' character in print commands
  2503. )ENHANCED on/OFF    - Use Enhanced keyboard.
  2504. )HOLDDIR on/OFF     - Return to original directory after a spawn to DOS
  2505. )HOTKEY 1(234)      - The key used to invoke EasyEdit
  2506. if it is a TSR
  2507. )IGNOREM on/OFF     - Make sure colours come up properly
  2508. )KEYCOUNT number    - No of keys to press before autosave starts
  2509. )KEYFILE name       - Name of keyboard and help file to be loaded
  2510. )LEFTUP on/OFF      - Left arrow goes to previous line
  2511. )LOADMACRO filename - Initial macro file to load
  2512. )LOCKEXT extension  - Lock file extension for file locking
  2513. )LOCKFILE on/OFF    - Use file locking
  2514. )MAKEBACKUP ON/off  - Make a .BAK file each time the window is saved
  2515. )MOUSE ON/off       - Use a mouse if the driver is loaded
  2516. )MOVEIN on/OFF      - Move the cursor to the first
  2517. character when HOME is pressed
  2518. )MYDICT ON/off      - Use EasyEdit or Lightning
  2519. Dictionary
  2520. )MDICT name         - Filename for Master dictionary
  2521. )OWNMENU filename   - Use your own menu system
  2522. )READROW ON/off     - Set cursor to last row and column
  2523. )REFORMLEFT on/OFF  - Pull line to left margin
  2524. before reformatting if set
  2525. )RIGHTDOWN on/OFF   - Right arrow goes to next line at end of line
  2526. )RUNMACRO number    - Run macro number on entry.
  2527. )SAVEALL ON/off     - Save all modified windows automatically (or first)
  2528. )SAVETIME minutes   - Save every x minutes
  2529. )SEARCHINIT chars   - Set the search options.
  2530. )STARTNUM ON/off    - Have page numbers On when printing, by default
  2531. )SWAPSIZE number    - The size, in Paragraphs (16
  2532. Bytes) of the data area when EasyEdit is made a
  2533. non-swapping TSR
  2534. )TOCCHAPTER ON/off  - Have 'Chapter' in the Table of contents
  2535. )TOCINDENT ON/off   - Indent sub headings in the Table of Contents
  2536. )TOCLENGTH number   - Column position of the Page number
  2537. )TOCNUMBERS ON/off  - Set numbers to headings and subheadings
  2538. )TOCSEPARATOR char  - The separator between headings and page numbers
  2539. )UDICT name         - Filename for User dictionary
  2540. )USENUMLOCK on/OFF  - Use the NumLock key as a GOLD key.
  2541. )WRITER_C ON/off    - Write the .R_C file.
  2542. @186
  2543.  
  2544. &Settings and Toggles
  2545.  
  2546. Toggle insert mode
  2547. )    Main: 106    Alternate: 106
  2548. )Toggle autoindent mode
  2549. )    Main: 107    Alternate: 107
  2550. )Toggle word wrap
  2551. )    Main: 113    Alternate: 113
  2552. )Toggle wrap compression
  2553. )    Main: 172    Alternate: 172
  2554. )Toggle tab line display
  2555. )    Main: 115    Alternate: 115
  2556. )Toggle justify
  2557. )    Main: 117    Alternate: 117
  2558. )Toggle page breaks
  2559. )    Main: 118    Alternate: 118
  2560. )Toggle attributes
  2561. )    Main: 119    Alternate: 119
  2562. )Toggle fixed tabs
  2563. )    Main: 146    Alternate: 146
  2564. )Toggle hi-bit strip
  2565. )    Main: 149    Alternate: 149
  2566. )Toggle tab expansion
  2567. )    Main: 134    Alternate: 134
  2568. )Toggle tab writing
  2569. )    Main: 171    Alternate: 171
  2570. )Toggle key help
  2571. )    Main: 152    Alternate: 152
  2572. )Toggle snow check
  2573. )    Main: 165    Alternate: 165
  2574. )Toggle block cursor
  2575. )    Main: 166    Alternate: 166
  2576. )Toggle 43 line mode
  2577. )    Main: 167    Alternate: 167
  2578. )Set left margin
  2579. )    Main: 114    Alternate: 114
  2580. )Set right margin
  2581. )    Main: 111    Alternate: 111
  2582. )Set top margin
  2583. )    Main: 130    Alternate: 130
  2584. )Set bottom margin
  2585. )    Main: 131    Alternate: 131
  2586. )Set page length
  2587. )    Main: 132    Alternate: 132
  2588. )Set undo limit
  2589. )    Main: 133    Alternate: 133
  2590. )Set default file extension
  2591. )    Main: 135    Alternate: 135
  2592. )Set colours
  2593. )    Main: 121    Alternate: 121
  2594. )Set home directory
  2595. )    Main: 148    Alternate: 148
  2596. )Save setup
  2597. )    Main: 122    Alternate: 122
  2598. @187
  2599.  
  2600. &Line and Box Drawing
  2601.  
  2602. Drawing Boxes
  2603. )    Main: 125    Alternate: 125
  2604.  
  2605. ) This command allows you to draw a box round text
  2606. using the IBM line drawing characters. Press the 125
  2607. key to mark the start of the box. A mark will be left
  2608. to show the start.Move the cursor and press 125 again to
  2609. mark the end of the box. The box will be drawn.
  2610.  
  2611. The second mark can be above, below, left or right of
  2612. the first mark. It cannot be on the same line or same
  2613. column as the first mark. If it is, no action is taken
  2614. unless the second mark is over the first mark, in which
  2615. case, the first mark is cancelled and no box is drawn.
  2616. ]
  2617. Drawing Lines.
  2618. )    Main: 126    Alternate: 126
  2619.  
  2620. This is done using the cursor keys in much the same way
  2621. as you would enter text. There are two main stages:
  2622.  
  2623. 1. Toggle the line drawing option ON using the 126
  2624. key. An indicator will appear in the top right of the
  2625. current window status line ( as a <> ).
  2626.  
  2627. 2. Use the cursor keys to move the cursor which will
  2628. 'pull' lines after itself. Any connections with other
  2629. lines will result in the appropriate character being
  2630. drawn.
  2631.  
  2632. Note that all lines are drawn in OVERSTRIKE mode; i.e.
  2633. any characters under the cursor are replaced by the
  2634. lines.
  2635.  
  2636. When you are finished drawing lines, turn OFF the
  2637. option using the 126 key again.
  2638.  
  2639. One of the useful things you can do with this is to
  2640. have the line drawing option enabled in one window and
  2641. disabled in another window (both onto the same file).
  2642. In this way, you can write the text in one window and
  2643. then draw boxes around it.
  2644. @188
  2645.  
  2646. &Macros
  2647.  
  2648. Load macros from disk
  2649. )    Main: 82    Alternate: 82
  2650. )Store macros to disk
  2651. )    Main: 83    Alternate: 83
  2652. )Record macro
  2653. )    Main: 84    Alternate: 84
  2654. )Edit macro
  2655. )    Main: 150    Alternate: 150
  2656. )Playback macro by menu
  2657. )    Main: 145    Alternate: 145
  2658. )Playback Macro 1
  2659. )    Main: 85    Alternate: 85
  2660. )Playback Macro 2
  2661. )    Main: 86    Alternate: 86
  2662. )Playback Macro 3
  2663. )    Main: 87    Alternate: 87
  2664. )Playback Macro 4
  2665. )    Main: 88    Alternate: 88
  2666. )Playback Macro 5
  2667. )    Main: 89    Alternate: 89
  2668. )Playback Macro 6
  2669. )    Main: 90    Alternate: 90
  2670. )Playback Macro 7
  2671. )    Main: 91    Alternate: 91
  2672. )Playback Macro 8
  2673. )    Main: 92    Alternate: 92
  2674. )Playback Macro 9
  2675. )    Main: 93    Alternate: 93
  2676. )Playback scrap macro
  2677. )    Main: 94    Alternate: 94
  2678. )Playback scrap macro 1 time
  2679. )    Main: 95    Alternate: 95
  2680. )Playback scrap macro 2 times
  2681. )    Main: 96    Alternate: 96
  2682. )Playback scrap macro 3 times
  2683. )    Main: 97    Alternate: 97
  2684. )Playback scrap macro 4 times
  2685. )    Main: 98    Alternate: 98
  2686. )Playback scrap macro 5 times
  2687. )    Main: 99    Alternate: 99
  2688. )Playback scrap macro 6 times
  2689. )    Main: 100    Alternate: 100
  2690. )Playback scrap macro 7 times
  2691. )    Main: 101    Alternate: 101
  2692. )Playback scrap macro 8 times
  2693. )    Main: 102    Alternate: 102
  2694. )Playback scrap macro 9 times
  2695. )    Main: 103    Alternate: 103
  2696. @189
  2697.  
  2698. &Printing a file
  2699.  
  2700. )    Main: 123    Alternate: 123
  2701.  
  2702. &Print Formatting Commands
  2703.  
  2704. Offset page to right by n columns
  2705. )      @PO n
  2706. )Start new page
  2707. )      @PA
  2708. )Start new page if fewer than n lines remain
  2709. )      @CP n
  2710. )Set page number to n
  2711. )      @PN n
  2712. )Omit page numbers
  2713. )      @OP
  2714. )Print page numbers
  2715. )      @PG
  2716. )Put page number in column n
  2717. )      @PC n
  2718. )Set page length to n lines
  2719. )      @PL n
  2720. )Set top margin to n lines
  2721. )      @MT n
  2722. )Set bottom margin to n lines
  2723. )      @MB n
  2724. )Set header margin to n lines
  2725. )      @HM n
  2726. ]
  2727. )Print with multiple line spacing
  2728. )      @LS n
  2729. )Change to a different font
  2730. )      @FTfontname
  2731. )Set footer margin to n lines
  2732. )      @FM n
  2733. )Define header line (Top margin > 0)
  2734. )      @HEline
  2735. )Define footer line (Bottom margin > 0)
  2736. )      @FOline
  2737. )Produce a Table of contents line
  2738. )      @TCnText
  2739. ]
  2740.  
  2741. &Special Codes within Headers and Footers
  2742.  
  2743. Insert current page number
  2744. )      #
  2745. )Insert Current Date in form Aug 17, 1989
  2746. )      %1
  2747. )Insert Current Date in form 17 Aug 1989
  2748. )      %2
  2749. )Insert Current Time
  2750. )      &
  2751. )Ignore following spaces on even pages
  2752. )      <CtrlK>
  2753. )Take next character literally
  2754. )      \
  2755. )Print the name of the file being printed
  2756. )      $
  2757. )Print the file creation/modified date
  2758. )      ^
  2759. ]
  2760.  
  2761. &Typeface Selection Commands
  2762.  
  2763. )Select Bold
  2764. )    Main: 158    Alternate: 158
  2765. )Select DoubleStrike
  2766. )    Main: 159    Alternate: 159
  2767. )Select Underscore
  2768. )    Main: 160    Alternate: 160
  2769. )Select Superscript
  2770. )    Main: 161    Alternate: 161
  2771. )Select Subscript
  2772. )    Main: 162    Alternate: 162
  2773. )Select Compressed
  2774. )    Main: 163    Alternate: 163
  2775. )Select Italics
  2776. )    Main: 164    Alternate: 164
  2777. ]
  2778.  
  2779. &Typeface Control Codes
  2780.  
  2781. Toggle Boldface
  2782. )      <CtrlB>
  2783. )Toggle Underscore
  2784. )      <CtrlS>
  2785. )Toggle Doublestrike
  2786. )      <CtrlD>
  2787. )Toggle Superscript
  2788. )      <CtrlT>
  2789. )Toggle Subscript
  2790. )      <CtrlV>
  2791. )Toggle Compressed
  2792. )      <CtrlA>
  2793. )Toggle Italic
  2794. )      <CtrlN>
  2795. ]
  2796.  
  2797. &Printer Definitions
  2798.  
  2799. Each type of printer is described to EasyEdit by
  2800. a small file with the extension PDF. This file
  2801. contains information regarding the control codes
  2802. that enable the printer's various fonts, as well
  2803. as some additional information that tells
  2804. EasyEdit about the printer.
  2805.  
  2806. Existing PDF files can be changed, and new ones
  2807. created via the EasyEdit Printer definition
  2808. menu. The printer definition most recently
  2809. selected via the File Print menu can be modified
  2810. here. Choose Edit string to change the control
  2811. code for any supported font. Each font is
  2812. associated with two strings - one to turn the font
  2813. ON, and another to turn it OFF.
  2814.  
  2815. When you choose a string to edit, it appears in
  2816. another window. It can be edited using the cursor
  2817. keys, and the <Del> or <Backspace> keys. Most
  2818. characters you type will be inserted literally
  2819. into the string. <CtrlBksp> will delete the
  2820. existing string. <Enter> will end the session
  2821. in the string editor. In case you need to enter
  2822. any of these special keys as part of the control
  2823. string, press the <ScrollLock> key to enter
  2824. Literal mode. In this mode, all keystrokes will be
  2825. inserted into the string without further
  2826. interpretation.
  2827.  
  2828. The last item is a comment (40 characters) which
  2829. appears at the end of the list. This is saved at
  2830. the head of each .PDF file and can be displayed
  2831. whenever a directory listing of printer files is
  2832. requested if the option COMMFILE is ON in the
  2833. configuration file.
  2834.  
  2835. The current printer definition can be saved to a
  2836. disk file by using the Save definition menu
  2837. selection. A prompt box will ask for the name of
  2838. the file to be saved.
  2839. @198
  2840.  
  2841. &Add Binary File and exit
  2842.  
  2843.     Keystroke sequence:   198
  2844. )    Alternate keystrokes: 198
  2845.  
  2846. This option allows you to append a binary file to
  2847. the end of the current file. The binary file will
  2848. be encoded so it resembles ASCII text and thus can
  2849. be transmitted via mail systems.
  2850.  
  2851. You must use the /BC command line option or the
  2852. <F10>WE command when reading the file back in
  2853. order to extract the binary file.
  2854.  
  2855. @200
  2856.  
  2857. &Extract Binary file
  2858.  
  2859.     Keystroke sequence:   200
  2860. )    Alternate keystrokes: 200
  2861.  
  2862. This option allows you to extract a binary file
  2863. from the file displayed in the current window. It
  2864. uses the file on disk and not the one in memory.
  2865.  
  2866. Use this if you forget to add the /BC command
  2867. line option.
  2868. @201
  2869.  
  2870. &The 'Do Command' option
  2871.  
  2872.     Keystroke sequence:   201
  2873. )    Alternate keystrokes: 201
  2874.  
  2875. This command allows you to enter a series of
  2876. keystrokes and have them executed many times.
  2877. Precede the command by a count followed by a '!'.
  2878.  
  2879. eg 80!-  will insert 80 '-' characters on a line.
  2880.  
  2881. You may edit the keystrokes as normal. Press
  2882. 'SCROLLOCK' to insert special keys such as [RET]
  2883. or <ESC>.
  2884. @202
  2885.  
  2886. &The 'Find Matching Pair' option
  2887.  
  2888.     Keystroke sequence:   202
  2889. )    Alternate keystrokes: 202
  2890.  
  2891. This command allows the programmer to find a
  2892. matching pair of strings eg BEGIN/END or { }.
  2893.  
  2894. Place the cursor under the start pair and EasyEdit
  2895. will find the matching end pair. Place the cursor
  2896. under the end pair and EasyEdit will find the
  2897. matching start pair.
  2898.  
  2899. Remember that the pairs must be defined in EE.MCH.
  2900. @204
  2901.  
  2902. &Add Comment to a macro file
  2903.  
  2904.     Keystroke sequence:   204
  2905. )    Alternate keystrokes: 204
  2906.  
  2907. This option lets you add a descriptive comment
  2908. (up to 40 characters) to the head of each macro
  2909. file. This will be displayed whenever a directory
  2910. listing of macro files is requested if the option
  2911. COMMFILE is ON in the configuration file.
  2912. @205
  2913.  
  2914. &Toggle Blocks between Line and Column mode
  2915.  
  2916.     Keystroke sequence:   205
  2917. )    Alternate keystrokes: 205
  2918.  
  2919. This option lets you toggle between manipulating
  2920. lines or columns of text. If in column mode (as
  2921. indicated by a BC on the status line), only block
  2922. Copy, Move and Delete are allowed and the Copy is
  2923. always performed in Overstrike mode. Beware of
  2924. copying text with embedded attributes. The results
  2925. may me a trifle confused because the copy is done
  2926. in Overstrike mode and the attributes are normally
  2927. hidden.
  2928. @206
  2929.  
  2930. &Set a Window as Read-Only
  2931.  
  2932.     Keystroke sequence:   206
  2933. )    Alternate keystrokes: 206
  2934.  
  2935. This option turns the current window into a
  2936. Read-Only window. Any modifications will NOT be
  2937. saved. An Indicator '°' is displayed next to the
  2938. filename. Any modifications which occurred before
  2939. the window was made Read-Only will be lost unless
  2940. the window is made Read-Write and more
  2941. modifications are made (to force the Modified flag
  2942. '*' on).
  2943. @207
  2944.  
  2945. &Set a Window as Read-Write
  2946.  
  2947.     Keystroke sequence:   207
  2948. )    Alternate keystrokes: 207
  2949.  
  2950. This option turns the current window into a
  2951. Read-Write window. Any modifications to this
  2952. window will be saved as long as the indicator '*'
  2953. is seen on the status line. This option has no
  2954. effect if the file itself is Read-Only.
  2955. @208
  2956.  
  2957. &Find Next Matching word
  2958.  
  2959.     Keystroke sequence:   208
  2960. )    Alternate keystrokes: 208
  2961.  
  2962. This option finds the next matching word to the
  2963. one which is under or before the cursor in the
  2964. current window. The word is saved in the seacrh
  2965. buffer so it can be used in subsequent Find
  2966. commands. The cursor is set to one character past
  2967. the found word (unless FINDSTART is set ON in
  2968. EE.CFG) so use the 'Find Next' command to find
  2969. subsequent occurrences of the word.
  2970.  
  2971. It uses the search options as set up in the Find
  2972. command (UGB etc) so these need to be set BEFORE
  2973. this command is used. Use the Find command or set
  2974. them in EE.CFG.
  2975. @209
  2976.  
  2977. &Single Key Select
  2978.  
  2979.     Keystroke sequence:   209
  2980. )    Alternate keystrokes: 209
  2981.  
  2982. This option invokes the block start command but
  2983. with the addition that any cursor movement will
  2984. highlight the text. Press this keystroke again to
  2985. anchor the highlight.
  2986.  
  2987. @210
  2988.  
  2989. &Move to next paragraph
  2990.  
  2991.     Keystroke sequence:   210
  2992. )    Alternate keystrokes: 210
  2993.  
  2994. This option moves the cursor to the first
  2995. character of the first line of the next paragraph
  2996. in the current window. If the cursor was on the
  2997. last paragraph, the cursor is moved to the last
  2998. line in the window.
  2999.  
  3000. A paragraph is defined as the first line after an
  3001. empty one.
  3002. @211
  3003.  
  3004. &Move to previous paragraph
  3005.  
  3006.     Keystroke sequence:   211
  3007. )    Alternate keystrokes: 211
  3008.  
  3009. This option moves the cursor to the first
  3010. character of last line of the previous paragraph.
  3011. If the cursor was on the first paragraph, the
  3012. cursor is moved to the first line in the window.
  3013.  
  3014. A paragraph is defined as the first line after an
  3015. empty one.
  3016. @212
  3017.  
  3018. &Change back to the calling program
  3019.  
  3020.     Keystroke sequence:   212
  3021. )    Alternate keystrokes: 212
  3022.  
  3023. This option returns the user to the program that
  3024. was in effect when EasyEdit was toggled in as a
  3025. TSR. It is the ONLY way to exit from EE as a TSR.
  3026.  
  3027. @213
  3028. &Move all windows up one line
  3029.  
  3030.     Keystroke sequence:   213
  3031. )    Alternate keystrokes: 213
  3032.  
  3033. This option cycles around all windows moving them
  3034. up one line.
  3035.  
  3036. @214
  3037. &Move all windows down one line
  3038.  
  3039.     Keystroke sequence:   214
  3040. )    Alternate keystrokes: 214
  3041.  
  3042. This option cycles around all windows moving them
  3043. down one line.
  3044. @215
  3045. &Compile a program
  3046.  
  3047.     Keystroke sequence:   215
  3048. )    Alternate keystrokes: 215
  3049.  
  3050. Any program file can be compiled using your favourite compiler from within
  3051. EasyEdit. When the menu item appears, you may modify the items accordingly.
  3052. If you compile a file you are currently editing, it will be written to disk
  3053. first if it has been modified.
  3054.  
  3055. )   Compile
  3056. )This option swaps most of EasyEdit to disk (or EMS) and loads in the
  3057. compiler (see below). When finished, if any errors are found, the error
  3058. line is highlighted and the error message displayed.
  3059. ]   Name of the file
  3060. )By default, the filename of the current window is the file to be compiled.
  3061. If another name is entered, and errors are detected, then it will be loaded
  3062. in after the compilation is finished.
  3063.  
  3064. )   Compiler name
  3065. )This is the name of the compiler which will be
  3066. run. This must be in the path or the routine will
  3067. fail to find the error line and display it.
  3068. Currently, TPC,TCC,BCC,CL,QCL,TASM and MASM are
  3069. the only names supported. You may change it here
  3070. or using the COMPILER option in EE.CFG.
  3071.  
  3072. )   Switches
  3073. )This is any switches which affect the compilation. This can be set using
  3074. the CSWITCH option in EE.CFG
  3075.  
  3076. ]   Next Error
  3077. )Display the next error line and message found. Please note that if any
  3078. changes have been made, the line count could be off. EasyEdit remembers the
  3079. line number which was effective when the compilation took place. If in
  3080. doubt, run the compilation again.
  3081.  
  3082. )   Previous Error
  3083. )Display the previous error line and message found. Please note that if any
  3084. changes have been made, the line count could be off. EasyEdit remembers the
  3085. line number which was effective when the compilation took place. If in
  3086. doubt, run the compilation again.
  3087.  
  3088. ]   Wait after compile
  3089. )Normally, EasyEdit will return to the program and display the last error
  3090. (if found). If you are not sure what happened in the compilation, change
  3091. this to ON and rerun the compilation. The program will pause and wait for
  3092. you to press a key after the compilation but before the errors are
  3093. displayed.
  3094.  
  3095. )   Test filename
  3096. )After you have compiled your program, it is nice to test it! Enter the
  3097. name of the .EXE file here including any path or parameters.
  3098.  
  3099. )   Run test file
  3100. )To test out your program, use this option.
  3101. @216
  3102. &Toggle single/double line drawing
  3103.  
  3104.     Keystroke sequence:   216
  3105. )    Alternate keystrokes: 216
  3106.  
  3107. Toggles between single lines and double lines
  3108. when doing line drawings.
  3109. @217
  3110. &Delete word to left of cursor
  3111.  
  3112.     Keystroke sequence:   217
  3113. )    Alternate keystrokes: 217
  3114.  
  3115. Deletes the word to the left of the cursor. If the
  3116. cursor is under a word and NOT at the first
  3117. character, then that word is deleted.
  3118. @218
  3119. &Copy or delete a file
  3120.  
  3121.     Keystroke sequence:   218
  3122. )    Alternate keystrokes: 218
  3123.  
  3124. Copy or delete a file without spawning out from
  3125. EasyEdit. You may enter wild cards (eg *.*) and
  3126. then select from a list. If files exist and are to
  3127. be copied over, then you will be asked to confirm
  3128. this.
  3129.  
  3130. @190
  3131.  
  3132. &Function Keys
  3133.  
  3134. |
  3135.